Emmanuel Buckshi 5 years ago
parent
commit
472539405f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      init.vim

+ 4 - 2
init.vim

@@ -10,7 +10,8 @@ set nocompatible
 set path+=**
 set wildmenu
 " colorscheme PaperColor
-colorscheme ubloh
+" colorscheme ubloh
+colorscheme muon
 " Specify a directory for plugins
 " - For Neovim: ~/.local/share/nvim/plugged
 " - Avoid using standard Vim directory names like 'plugin'
@@ -90,8 +91,9 @@ Plug 'zivyangll/git-blame.vim'
 
 Plug 'simplyzhao/cscope_maps.vim'
 
-Plug 'octol/vim-cpp-enhanced-highlight'
 Plug 'bfrg/vim-cpp-modern'
+Plug 'tpope/vim-commentary'
+Plug 'octol/vim-cpp-enhanced-highlight'
 
 call plug#end()