]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - vimrc
Remove Ag Plugin
[rbdr/dotfiles] / vimrc
diff --git a/vimrc b/vimrc
index 62a82d7319b8ad5e8e2fad3edda9b159c8cfb6bc..096549c68a7549049c6722c975597a6f6fe07323 100755 (executable)
--- a/vimrc
+++ b/vimrc
@@ -154,11 +154,6 @@ set foldnestmax=10
 set nofoldenable
 set foldlevel=1
 
-" powerline stuff
-python from powerline.vim import setup as powerline_setup
-python powerline_setup()
-python del powerline_setup
-
 " Fix CtrlP root folder and add some ignores
 let g:ctrlp_working_path_mode = 0
 let g:ctrlp_custom_ignore = '\v[\/](\.(git|hg|svn)|node_modules|DS_Store)$'
@@ -187,3 +182,6 @@ let g:syntastic_check_on_open = 1
 let g:syntastic_check_on_wq = 1
 let g:syntastic_error_symbol = "✕"
 let g:syntastic_warning_symbol = "⚠︎"
+
+" Dank Mono Italics
+highlight Keyword cterm=italic