diff options
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/cpp.lua | 1 | ||||
-rw-r--r-- | after/ftplugin/netrw.lua | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/after/ftplugin/cpp.lua b/after/ftplugin/cpp.lua new file mode 100644 index 0000000..c933d5b --- /dev/null +++ b/after/ftplugin/cpp.lua @@ -0,0 +1 @@ +vim.opt.cinoptions = 'l1' diff --git a/after/ftplugin/netrw.lua b/after/ftplugin/netrw.lua new file mode 100644 index 0000000..50d4181 --- /dev/null +++ b/after/ftplugin/netrw.lua @@ -0,0 +1,3 @@ +vim.keymap.set('n', "h", "<Plug>NetrwBrowseUpDir", { buffer = true}) +vim.keymap.set('n', "l", "<Plug>NetrwLocalBrowseCheck", { buffer = true}) + |