chore(config): enable cursor styling
parent
5b5f9a6f8f
commit
bad38c30c2
|
@ -14,13 +14,10 @@ set softtabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set expandtab
|
set expandtab
|
||||||
|
|
||||||
" Disable cursor styling
|
|
||||||
set guicursor=
|
|
||||||
|
|
||||||
" Mouse support
|
" Mouse support
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
||||||
" Install xclip or xsel
|
" Clipboard support
|
||||||
set clipboard+=unnamedplus
|
set clipboard+=unnamedplus
|
||||||
|
|
||||||
" FZF
|
" FZF
|
||||||
|
|
Loading…
Reference in New Issue