From f2dbe2a9ded5b3536b01b7935a4a6462628c9fbf Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 29 Dec 2019 11:38:30 -0500 Subject: Update some plugins, add a few more. --- init.vim | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'init.vim') 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 -- cgit v1.2.3