diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-05-29 10:24:24 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-05-29 10:24:24 -0600 |
commit | a9d4c2fe76b28013ffcfcf51ad16c9c341c84a6f (patch) | |
tree | 6ddc70fb116c5aacbf8cf2a5d097031499a4b0c4 | |
parent | 2276b4e2c1628b2f4236d8447d610f9f071208c6 (diff) |
Adding vim options
-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 |