Skip to content

Commit

Permalink
add support for gvim
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Dec 14, 2019
1 parent 87e9244 commit 36ac996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/.vimrc
Expand Up @@ -33,7 +33,8 @@ if ! empty(glob('~/.vim/plugged/molokai/colors/molokai.vim'))
endif

set background=dark
set guifont=Monospace:h10:cRUSSIAN
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline\ 10
set go=c
let g:airline_powerline_fonts = 1

set number
Expand Down
1 change: 1 addition & 0 deletions xinit/.xinitrc
Expand Up @@ -7,6 +7,7 @@ fi

export EDITOR="vim"
export BROWSER="firefox"
export TERMINAL="xtrem"
export QT_QPA_PLATFORMTHEME="qt5ct"

[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources &
Expand Down

0 comments on commit 36ac996

Please sign in to comment.