feat: add nvimdots
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
local bind = require("keymap.bind")
|
||||
local map_cr = bind.map_cr
|
||||
-- local map_cu = bind.map_cu
|
||||
-- local map_cmd = bind.map_cmd
|
||||
-- local map_callback = bind.map_callback
|
||||
|
||||
local plug_map = {
|
||||
-- Plugin MarkdownPreview
|
||||
["n|<F12>"] = map_cr("MarkdownPreviewToggle"):with_noremap():with_silent():with_desc("tool: Preview markdown"),
|
||||
}
|
||||
|
||||
bind.nvim_load_mapping(plug_map)
|
||||
Reference in New Issue
Block a user