mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 13:03:47 -05:00
Work around deficiencies in nvim
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
if exists('g:loaded_sensible') || &compatible
|
if exists('g:loaded_sensible') || &compatible
|
||||||
finish
|
finish
|
||||||
else
|
else
|
||||||
let g:loaded_sensible = 1
|
let g:loaded_sensible = 'yes'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if has('autocmd')
|
if has('autocmd')
|
||||||
@@ -24,8 +24,10 @@ set smarttab
|
|||||||
|
|
||||||
set nrformats-=octal
|
set nrformats-=octal
|
||||||
|
|
||||||
set ttimeout
|
if !has('nvim')
|
||||||
set ttimeoutlen=100
|
set ttimeout
|
||||||
|
set ttimeoutlen=100
|
||||||
|
endif
|
||||||
|
|
||||||
set incsearch
|
set incsearch
|
||||||
" Use <C-L> to clear the highlighting of :set hlsearch.
|
" Use <C-L> to clear the highlighting of :set hlsearch.
|
||||||
|
|||||||
Reference in New Issue
Block a user