nvim settings update
This commit is contained in:
parent
1ab069379b
commit
b53809f97d
|
@ -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