aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-10 19:36:38 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-10 19:36:38 -0700
commit800366d09dd715990c530b8998d758d66ccf5b13 (patch)
treeb43699bf34d2ea6cd9c91df5256f538d0ca0ae2b
parent5fad2616bd80a6ef40bd023dc85097fb36763557 (diff)
Moving local settings into vim-options
-rw-r--r--.gitignore1
-rw-r--r--vimrc12
2 files changed, 2 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore
index 85af49f..8535cf7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
.netrwhist
plugged/*
!plugged/.gitkeep
+.vimcache
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