Convert Neovim configuration to module
This commit is contained in:
parent
f65ec32010
commit
a0e5672290
13 changed files with 130 additions and 123 deletions
4
modules/home-manager/cli/neovim/files/whichkey.lua
Normal file
4
modules/home-manager/cli/neovim/files/whichkey.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
-- Which-key
|
||||
--
|
||||
local wk = require 'which-key'
|
||||
wk.register()
|
Loading…
Add table
Add a link
Reference in a new issue