From 800366d09dd715990c530b8998d758d66ccf5b13 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 10 Feb 2017 19:36:38 -0700 Subject: Moving local settings into vim-options --- vimrc | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 03b2e64..c4c45b6 100644 --- a/vimrc +++ b/vimrc @@ -20,18 +20,8 @@ Plug 'thornycrackers/vim-options' " Vim options Plug 'vimwiki/vimwiki' Plug 'ledger/vim-ledger' Plug 'ervandew/supertab' +Plug 'gcmt/taboo.vim' " Add plugins to &runtimepath call plug#end() "----------------------------------------------------------------------------------------------------------------------- - - - -"----------------------------------------------------------------------------------------------------------------------- -" Local Options -"----------------------------------------------------------------------------------------------------------------------- -set lazyredraw "Stops flashing from command above and helps save on processing -set backupdir^=~/.vim/vim-files/backups/ -set directory=~/.vim/vim-files/swaps/ -let g:vimwiki_list = [{'path': '~/Wiki/wiki', 'path_html': '~/Wiki/wiki_html/', 'ext': '.markdown'}] -au BufNewFile,BufRead *.ldg,*.ledger setf ledger | comp ledger -- cgit v1.2.3