diff options
author | ChristianChiarulli <[email protected]> | 2019-02-20 12:24:54 -0500 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-02-20 12:24:54 -0500 |
commit | 718b37578cca47c3bf25a6a4439f28322b4f46c9 (patch) | |
tree | 7727d34e6cd423609dfe4219f36d06ddd58567f4 /init.vim | |
parent | 58e442cabcda44468718f8b5811f9ce5eeb0fa10 (diff) |
added which key and remapped bindings
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ source $HOME/.config/nvim/modules/neosnippets.vim source $HOME/.config/nvim/modules/emmet.vim source $HOME/.config/nvim/modules/colorizer.vim source $HOME/.config/nvim/modules/rainbow.vim +source $HOME/.config/nvim/modules/vim-which-key.vim " Special test file " source $HOME/.config/nvim/modules/test.vim |