mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-23 12:14:09 -05:00
Compare commits
2 commits
6742469c00
...
dba8520b56
Author | SHA1 | Date | |
---|---|---|---|
|
dba8520b56 | ||
|
52888e8e68 |
4 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 86728435273b63fe71fa64a66c2a6d49e94613a2
|
Subproject commit 92725df6222614307c4712eb9982e5287f21aa11
|
|
@ -1 +1 @@
|
||||||
Subproject commit b91c98afa6c42819aea6cbc1ba38272f5456a5cf
|
Subproject commit 0d79d169fcd45a8da464727ac893044728f121d4
|
|
@ -1 +1 @@
|
||||||
Subproject commit 269c9c704466214497408ddbc14fc56e54116fd5
|
Subproject commit ba74eb0c635279d5b8b2946b044089b9411dfc8e
|
|
@ -63,7 +63,7 @@
|
||||||
set cursorline cursorcolumn "enable row/column highlighting
|
set cursorline cursorcolumn "enable row/column highlighting
|
||||||
set visualbell "notify visually instead of with an audible bell
|
set visualbell "notify visually instead of with an audible bell
|
||||||
set splitright "add new tiles on the right (and not left) when added
|
set splitright "add new tiles on the right (and not left) when added
|
||||||
set scrolloff=5 "scroll vertically when the cursor is 5 characters away from the top or bottom
|
set scrolloff=0 "don't scroll vertically when the cursor is near 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 shortmess+=I "disable startup message
|
||||||
|
|
Loading…
Reference in a new issue