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 smartcase
|
||||
set t_Co=256
|
||||
set ttymouse=
|
||||
if !has('nvim')
|
||||
set ttymouse=
|
||||
endif
|
||||
set visualbell
|
||||
set wrap
|
||||
set wildmenu
|
||||
|
||||
Reference in New Issue
Block a user