mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
add some useful plugins to base config and a option to enable extras
This commit is contained in:
parent
4ddcaf55a9
commit
66501fefe7
16 changed files with 271 additions and 85 deletions
2
lua/lv-hop/init.lua
Normal file
2
lua/lv-hop/init.lua
Normal 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})
|
Loading…
Add table
Add a link
Reference in a new issue