mirror of
https://github.com/gryf/.vim.git
synced 2025-12-18 12:00:30 +01:00
Replaced snipmate with UltiSnips, changed default font to DejaVu Mono
This commit is contained in:
6
.vimrc
6
.vimrc
@@ -61,7 +61,7 @@ set wildmenu "Put command-line completion in an enhanced
|
||||
set wrapmargin=1 "Number of characters from the right window border where wrapping starts
|
||||
|
||||
set textwidth=78
|
||||
set cc=+1
|
||||
set colorcolumn=+1
|
||||
|
||||
"backup/writeback/swapfile
|
||||
set nobackup
|
||||
@@ -406,13 +406,13 @@ 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=DejaVu\ Sans\ Mono\ 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
|
||||
" probably my X11 setup, because on other similar workstations and setup I
|
||||
" didn't noticed such behavior. Fallback to fixed-misc for a while.
|
||||
set guifont=Fixed\ 14
|
||||
"set guifont=Fixed\ 14
|
||||
set mouse=a "Enable mouse support
|
||||
" No toolbar, menu, scrollbars, draw simple text tabs. This would keep
|
||||
" window in one place, and also this will conserve space. Tabs are huge
|
||||
|
||||
Reference in New Issue
Block a user