mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
Changed gui font, added two new plugins
This commit is contained in:
4
vimrc
4
vimrc
@@ -14,6 +14,8 @@ Plug 'fs111/pydoc.vim'
|
|||||||
Plug 'gryf/mark'
|
Plug 'gryf/mark'
|
||||||
Plug 'gryf/pythonhelper'
|
Plug 'gryf/pythonhelper'
|
||||||
Plug 'gryf/tagbar', {'branch': 'show_tag_kind2'}
|
Plug 'gryf/tagbar', {'branch': 'show_tag_kind2'}
|
||||||
|
Plug 'gryf/pep8-vim'
|
||||||
|
Plug 'gryf/pylint-vim'
|
||||||
Plug 'gryf/zoom.vim'
|
Plug 'gryf/zoom.vim'
|
||||||
Plug 'hallison/vim-markdown'
|
Plug 'hallison/vim-markdown'
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
@@ -504,7 +506,7 @@ if has('gui_running')
|
|||||||
" I like this font, but it looks like crap on linux
|
" I like this font, but it looks like crap on linux
|
||||||
"set guifont=Consolas\ 12
|
"set guifont=Consolas\ 12
|
||||||
" at least, some ttf font that looks good
|
" 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.
|
" Unfortunately there is a problem with TTF fonts in my gvim instance.
|
||||||
" After editing a while there are some leaving trash appearing on the
|
" After editing a while there are some leaving trash appearing on the
|
||||||
" buffer. Refreshing the screen helps, but is kinda annoying. It is
|
" buffer. Refreshing the screen helps, but is kinda annoying. It is
|
||||||
|
|||||||
Reference in New Issue
Block a user