Split neovim lua configuration into separate files
These seperate files should be put into $HOME/.config/nvim/lua
This commit is contained in:
parent
97aee75d0b
commit
50936596b5
5 changed files with 155 additions and 0 deletions
1
nvim/lua/keybindings.lua
Normal file
1
nvim/lua/keybindings.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
vim.api.nvim_set_keymap('n', '<C-E>', '<cmd>:NERDTreeToggle<CR>', {noremap=true, silent=true})
|
||||
Loading…
Add table
Add a link
Reference in a new issue