add some useful plugins to base config and a option to enable extras

This commit is contained in:
christianchiarulli 2021-05-29 02:49:59 -04:00
parent 4ddcaf55a9
commit 66501fefe7
16 changed files with 271 additions and 85 deletions

2
lua/lv-hop/init.lua Normal file
View file

@ -0,0 +1,2 @@
vim.api.nvim_set_keymap('n', 's', ":HopChar2<cr>", {silent = true})
vim.api.nvim_set_keymap('n', 'S', ":HopWord<cr>", {silent = true})