update
This commit is contained in:
parent
d7917f5236
commit
2063fb519d
@ -1 +0,0 @@
|
|||||||
|
|
0
lua/Filetype/c.lua
Normal file
0
lua/Filetype/c.lua
Normal 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})
|
||||||
|
Loading…
Reference in New Issue
Block a user