From a257f4f1406bae86c008093336b24a2462211126 Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 10 Dec 2016 20:00:47 +0100 Subject: [PATCH] Changed gui font, added two new plugins --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 7b442a7..c34c4d1 100644 --- a/vimrc +++ b/vimrc @@ -14,6 +14,8 @@ Plug 'fs111/pydoc.vim' Plug 'gryf/mark' Plug 'gryf/pythonhelper' Plug 'gryf/tagbar', {'branch': 'show_tag_kind2'} +Plug 'gryf/pep8-vim' +Plug 'gryf/pylint-vim' Plug 'gryf/zoom.vim' Plug 'hallison/vim-markdown' Plug 'honza/vim-snippets' @@ -504,7 +506,7 @@ if has('gui_running') " I like this font, but it looks like crap on linux "set guifont=Consolas\ 12 " at least, some ttf font that looks good - set guifont=DejaVu\ Sans\ Mono\ 12 + set guifont=DejaVuSansMonoForPowerline\ \Nerd\ Font\ 12 " Unfortunately there is a problem with TTF fonts in my gvim instance. " After editing a while there are some leaving trash appearing on the " buffer. Refreshing the screen helps, but is kinda annoying. It is