1
0
Fork 0
mirror of synced 2024-06-26 10:41:09 -04: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