fix: ttymouse was removed in neovim.
ref: https://neovim.io/doc/user/vim_diff.html#'ttymouse'
This commit is contained in:
@@ -25,7 +25,9 @@ set shiftwidth=4
|
|||||||
set showmatch
|
set showmatch
|
||||||
set smartcase
|
set smartcase
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
if !has('nvim')
|
||||||
set ttymouse=
|
set ttymouse=
|
||||||
|
endif
|
||||||
set visualbell
|
set visualbell
|
||||||
set wrap
|
set wrap
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|||||||
Reference in New Issue
Block a user