mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Disable the startup message
This commit is contained in:
parent
bd6f2e9dca
commit
2e50fb95a8
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
set scrolloff=5 "scroll vertically when the cursor is 5 characters away from the top or bottom
|
set scrolloff=5 "scroll vertically when the cursor is 5 characters away from the top or bottom
|
||||||
set sidescroll=1 sidescrolloff=5 "scroll horizontally when the cursor is 5 chars away from the edge
|
set sidescroll=1 sidescrolloff=5 "scroll horizontally when the cursor is 5 chars away from the edge
|
||||||
set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: -
|
set list listchars=tab:>-,trail:- "display tabs as: >--- and trailing spaces as: -
|
||||||
|
set shortmess+=I "disable startup message
|
||||||
set showmatch "show matching open bracket when closed bracket is inserted
|
set showmatch "show matching open bracket when closed bracket is inserted
|
||||||
set matchtime=5 "the amount of time before the matching bracket will highlight
|
set matchtime=5 "the amount of time before the matching bracket will highlight
|
||||||
let &showbreak = "" "character to prepend to wrapped lines when line wrapping is enabled
|
let &showbreak = "" "character to prepend to wrapped lines when line wrapping is enabled
|
||||||
|
|
Loading…
Reference in a new issue