chore(home-manager): put neovim plugins configuration in a separate directory
This commit is contained in:
parent
a8c87655ac
commit
d9aecb3e19
16 changed files with 13 additions and 84 deletions
|
@ -1,10 +0,0 @@
|
|||
-- Which-key
|
||||
--
|
||||
local wk = require 'which-key'
|
||||
wk.add({
|
||||
{'<leader>n', group = 'NeoTree'},
|
||||
{'<leader>f', group = 'fzf-lua'},
|
||||
{'<leader>fg', group = 'fzf-lua Git'},
|
||||
{'<leader>fG', group = 'fzf-lua Grep'},
|
||||
{'<leader>g', group = 'Gitsign'},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue