fixes for nvim 0.2.0

This commit is contained in:
rnhmjoj 2017-05-04 21:13:45 +02:00
parent a023851d5f
commit 7af282b549
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -51,6 +51,7 @@ call vundle#end()
set hidden " Hide buffers
set incsearch " Incremental search
set mouse=a " Enable mouse support
set ignorecase " Case insensitive search...
set smartcase " ...for lowercase terms
@ -88,6 +89,8 @@ filetype indent plugin on " Identify file type
set titlestring=%t%(\ %M%)%(\ (%{expand(\"%:p:h\")})%)%(\ %a%)
autocmd VimLeave * set guicursor=a:hor20-blinkon20
""
"" Key bindings
""