nvim-config
This commit is contained in:
parent
3338d39206
commit
ad5d34530f
14 changed files with 563 additions and 33 deletions
5
lua/custom/keymaps/init.lua
Normal file
5
lua/custom/keymaps/init.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- Central loader for all keymap modules
|
||||
require('custom.keymaps.general')
|
||||
require('custom.keymaps.files')
|
||||
require('custom.keymaps.git')
|
||||
require('custom.keymaps.terminal')
|
||||
Loading…
Add table
Add a link
Reference in a new issue