From a9d4c2fe76b28013ffcfcf51ad16c9c341c84a6f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 29 May 2018 10:24:24 -0600 Subject: Adding vim options --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index a41b562..e1c7948 100644 --- a/vimrc +++ b/vimrc @@ -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 -- cgit v1.2.3