fixes for nvim 0.2.0
This commit is contained in:
parent
a023851d5f
commit
7af282b549
3
init.vim
3
init.vim
@ -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
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user