nvim settings update

This commit is contained in:
Ryan Schanzenbacher 2023-09-09 00:11:03 -04:00
parent 1ab069379b
commit b53809f97d
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -5,6 +5,8 @@ set sw=4
set sts=4
set et
set mouse=
set cursorline
set cc=79
call plug#begin(stdpath('data') . '/plugged')
"Plug 'prabirshrestha/vim-lsp'