This commit is contained in:
QQ 2023-01-22 22:30:24 +08:00
parent d7917f5236
commit 2063fb519d
3 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@

0
lua/Filetype/c.lua Normal file
View File

View File

@ -1,4 +1,4 @@
local map = vim.api.nvim_set_keymap local map = vim.api.nvim_set_keymap
local openPreview = ":CocCommand markdown-preview-enhanced.openPreview<CR>:CocCommand markdown-preview-enhanced.openPreviewBackground<CR>" local openPreview = ":CocCommand markdown-preview-enhanced.openPreview<CR>"
map('n', '<leader>r', openPreview, {noremap = false}) map('n', '<leader>r', openPreview, {noremap = false})