mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-14 08:42:30 -05:00
Added a few tweaks to the setting
This commit is contained in:
parent
317d804b90
commit
91fcadf17d
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
set guioptions+=l "enable left-hand scrollbars
|
set guioptions+=l "enable left-hand scrollbars
|
||||||
set guioptions+=R "enable right-hand scrollbars when there's a split window
|
set guioptions+=R "enable right-hand scrollbars when there's a split window
|
||||||
set guioptions+=b "enable bottom scrollbars
|
set guioptions+=b "enable bottom scrollbars
|
||||||
|
set winaltkeys=no "don't select the menu when pressing the alt-keys
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
"COMPATIBILITY SETTINGS: {{{
|
"COMPATIBILITY SETTINGS: {{{
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
|
|
||||||
"USER INTERFACE: {{{
|
"USER INTERFACE: {{{
|
||||||
set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config
|
set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config
|
||||||
|
set shortmess=atI "make messages less verbose
|
||||||
set lazyredraw "don't redraw the screen while macros are executing
|
set lazyredraw "don't redraw the screen while macros are executing
|
||||||
set number "enable line numbers
|
set number "enable line numbers
|
||||||
set nowrap "disable line wrapping
|
set nowrap "disable line wrapping
|
||||||
|
@ -68,6 +70,7 @@
|
||||||
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 linewrapping is enabled
|
let &showbreak="" "character to prepend to wrapped lines when linewrapping is enabled
|
||||||
|
set shellcmdflag=-ic "add interactive shell so aliases from ~/.bashrc are read
|
||||||
|
|
||||||
"enable tab completion in command mode and configure how it handles extensions
|
"enable tab completion in command mode and configure how it handles extensions
|
||||||
set completeopt=longest,menuone
|
set completeopt=longest,menuone
|
||||||
|
|
Loading…
Reference in a new issue