diff options
author | Cody Hiar <cody@hiar.ca> | 2019-08-07 22:20:58 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2019-08-07 22:20:58 -0600 |
commit | 4c5dab8a36396182f624463cd65daf00a309a9b7 (patch) | |
tree | 9adee19268c8de2e900e578e72b2ba621ac7b186 | |
parent | 16bd8100c3aa7c8ec33cce79ee989c52671148f2 (diff) |
Updating colorscheme
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ Plug 'tpope/vim-commentary' " Better commenting commands Plug 'tpope/vim-fugitive' " Git integration with vim Plug 'tpope/vim-surround' " Helps with surrounding text Plug 'tpope/vim-repeat' " Enable Repeating of plugin maps -Plug 'morhetz/gruvbox' " Pretty colorscheme +Plug 'Thornycrackers-Forks/nord-vim' " Pretty colorscheme Plug 'francoiscabrol/ranger.vim' " Ranger integration Plug 'ledger/vim-ledger' " Ledger plugin Plug 'python-mode/python-mode' " Python awesomeness in vim |