[nvim] Split config up into separate files.

This commit is contained in:
Keanu Timmermans 2021-06-27 14:15:35 +02:00
parent 24125e5272
commit 82c01ffdbe
Signed by: keanucode
GPG key ID: A7431C0D513CA93B
3 changed files with 8 additions and 3 deletions

2
nvim/plugin/keybinds.vim Normal file
View file

@ -0,0 +1,2 @@
" Add keybind for coc-explorer
nmap <space>m :CocCommand explorer<CR>