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 /modules/theme.vim | |
parent | 58e442cabcda44468718f8b5811f9ce5eeb0fa10 (diff) |
added which key and remapped bindings
Diffstat (limited to 'modules/theme.vim')
-rw-r--r-- | modules/theme.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/theme.vim b/modules/theme.vim index 38226b61..e302aee9 100644 --- a/modules/theme.vim +++ b/modules/theme.vim @@ -2,7 +2,7 @@ " Switch to whatever colorscheme you like "colorscheme onedark ""colorscheme gruvbox -colorscheme tender +colorscheme codedark " This chunk is just for spacevim theme "colorscheme space-vim-dark |