aboutsummaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-12-29 11:38:30 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-12-29 11:38:30 -0500
commitf2dbe2a9ded5b3536b01b7935a4a6462628c9fbf (patch)
treec297778fb608b6c61b49118a44c10d1e62130a15 /init.vim
parentaa17324df14ef08d99cd244138fb2f5a2c422134 (diff)
downloadvim-cfg-f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf.tar.gz
vim-cfg-f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf.tar.xz
Update some plugins, add a few more.
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim20
1 files changed, 19 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index e21d542..85a2a2a 100644
--- a/init.vim
+++ b/init.vim
@@ -33,5 +33,23 @@ set guifont=ProFont\ 11
" endif
-
" let g:hardtime_default_on = 1
+
+
+" For syntastic it's worth running
+" SyntasticInfo : to see what's available for the given open file
+" SyntasticCheck yamllint : if you want to say manually run the `yamllint`
+" checker
+
+let g:syntastic_yaml_checkers = ['yamllint']
+
+" This lets :lopen / :lwindow always be populated work
+let g:syntastic_always_populate_loc_list = 1
+
+
+" some info on the Tabular plugin:
+" http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
+
+
+" Commenting in and out blocks can be done with `gc`
+" https://github.com/tpope/vim-commentary