diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-13 11:38:55 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-13 11:38:55 +0100 |
| commit | f9b5f766d88864e8e461da8e09a5337fdae1becd (patch) | |
| tree | 9a61315eebc740e320ea1bc0c244c06948934ad3 | |
| parent | 227bbf9f52821f8bfbfec16119465c6ce95822dc (diff) | |
Remove powerline / add dank mono italics
| -rwxr-xr-x | vimrc | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |