mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 11:46:15 -05:00
nvim settings update
This commit is contained in:
parent
1ab069379b
commit
b53809f97d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ set sw=4
|
||||||
set sts=4
|
set sts=4
|
||||||
set et
|
set et
|
||||||
set mouse=
|
set mouse=
|
||||||
|
set cursorline
|
||||||
|
set cc=79
|
||||||
|
|
||||||
call plug#begin(stdpath('data') . '/plugged')
|
call plug#begin(stdpath('data') . '/plugged')
|
||||||
"Plug 'prabirshrestha/vim-lsp'
|
"Plug 'prabirshrestha/vim-lsp'
|
||||||
|
|
Loading…
Reference in a new issue