diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ Plug 'morhetz/gruvbox' " Pretty colorscheme Plug 'Valloric/YouCompleteMe' " Autocomplete Plug 'ledger/vim-ledger' " Ledger plugin Plug 'python-mode/python-mode' " Python awesomeness in vim + +Plug 'thornycrackers/vim-options' " Custom options call plug#end() " General Settings |