mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Use tip form nvim using .vimrc
This commit is contained in:
parent
78cb2f012c
commit
d64cb617d6
@ -1,6 +1,11 @@
|
|||||||
" No Uganda message on startup"
|
" No Uganda message on startup"
|
||||||
set shortmess=I
|
set shortmess=I
|
||||||
|
|
||||||
|
" Guard mouse
|
||||||
|
if !has('nvim')
|
||||||
|
set ttymouse=xterm2
|
||||||
|
endif
|
||||||
|
|
||||||
" Mode shown in the statusline all the time"
|
" Mode shown in the statusline all the time"
|
||||||
set noshowmode
|
set noshowmode
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user