From 0dbc1ced53ab90811238ba2c25d52f0ceaadff55 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sun, 28 Oct 2018 23:29:56 -0400 Subject: Remove old unused makefile garbage and other cleanup --- vim/plugins.vim | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 vim/plugins.vim (limited to 'vim/plugins.vim') diff --git a/vim/plugins.vim b/vim/plugins.vim deleted file mode 100644 index 83c220a..0000000 --- a/vim/plugins.vim +++ /dev/null @@ -1,34 +0,0 @@ -" Maily for the ability to match HTML tags with '%' -runtime macros/matchit.vim - -" Love hate relationship with this thing. I guess it's back -map :NERDTreeToggle - - -" To enable/disable the autocomplete dropdown -nmap [ :AcpDisable -nmap ] :AcpEnable - -" Gundo -nnoremap :GundoToggle -" -" Enable the list of buffers -let g:airline#extensions#tabline#enabled = 1 - -" Show just the filename -let g:airline#extensions#tabline#fnamemod = ':t' - -" This lets you just hit enter instead -" of pressing control-n Some people like it -" personally I'm not that much of a fan -" set completeopt=longest,menuone - -" Omni completion -filetype plugin on -set omnifunc=syntaxcomplete#Complete - -nmap :TagbarToggle - -let g:ctrlp_follow_symlinks = 1 -let g:ctrlp_working_path_mode = 0 - -- cgit v1.2.3