1
0
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:
boput 2015-12-15 17:15:47 -08:00
parent 78cb2f012c
commit d64cb617d6

View File

@ -1,6 +1,11 @@
" No Uganda message on startup"
set shortmess=I
" Guard mouse
if !has('nvim')
set ttymouse=xterm2
endif
" Mode shown in the statusline all the time"
set noshowmode