aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 1d0669c..7c5cbe2 100644
--- a/vimrc
+++ b/vimrc
@@ -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