chore(home-manager): put neovim plugins configuration in a separate directory

This commit is contained in:
Yorick Barbanneau 2025-04-18 00:47:14 +02:00
parent a8c87655ac
commit d9aecb3e19
No known key found for this signature in database
GPG key ID: 4447A19BBEDB8DBA
16 changed files with 13 additions and 84 deletions

View file

@ -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'},
})