You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
279 B
VimL
11 lines
279 B
VimL
5 years ago
|
set background=light
|
||
|
Plugin 'altercation/vim-colors-solarized'
|
||
|
colorscheme solarized
|
||
|
let g:tagbar_usearrows = 1
|
||
|
"nnoremap <C-Left> :tabprevious<CR>
|
||
|
"nnoremap <C-Right> :tabnext<CR>
|
||
|
set gfn=Courier10\ Cyr\ BT\ 12
|
||
|
"au FocusGained * :redraw!
|
||
|
se guioptions=imTrgac
|
||
|
set showtabline=0
|