[vim] made (partially) compatible with nvim-qt

This commit is contained in:
Tobias Schmidl 2019-06-12 08:31:36 +02:00 committed by Tobias Schmidl
parent 3a11df64f8
commit 97c1056a91
2 changed files with 6 additions and 8 deletions

3
.config/nvim/ginit.vim Normal file
View file

@ -0,0 +1,3 @@
GuiFont Hack:h9
GuiTabline 0
:call GuiClipboard()

9
.vimrc
View file

@ -8,11 +8,11 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'airblade/vim-gitgutter'
Plugin 'altercation/vim-colors-solarized'
Plugin 'mhinz/vim-startify'
Plugin 'cespare/vim-toml'
Plugin 'ludovicchabant/vim-gutentags'
Plugin 'scrooloose/nerdtree'
Plugin 'mhinz/vim-startify'
Plugin 'sakhnik/nvim-gdb'
Plugin 'scrooloose/nerdtree'
Plugin 'suan/vim-instant-markdown'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-sleuth'
@ -26,12 +26,7 @@ call vundle#end()
filetype plugin indent on
syntax enable
if has('gui_running')
set background=light
set gfn=Hack\ Regular\ 9
else
set background=dark
endif
colorscheme solarized
call togglebg#map("<F5>")
let load_doxygen_syntax = 1