diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-09 00:11:03 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-09 00:11:03 -0400 |
commit | b53809f97d12725bd8afc43a010cdf16ceeefc84 (patch) | |
tree | 29b90d1a3440dfb558d07fc4cfdd674697343ea1 /home-config/nvim/config/init.vim | |
parent | 1ab069379b67fc3e8801f5e0eeaafbf147c3301f (diff) |
nvim settings update
Diffstat (limited to 'home-config/nvim/config/init.vim')
-rw-r--r-- | home-config/nvim/config/init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim index b643b99..fc06b50 100644 --- a/home-config/nvim/config/init.vim +++ b/home-config/nvim/config/init.vim | |||
@@ -5,6 +5,8 @@ set sw=4 | |||
5 | set sts=4 | 5 | set sts=4 |
6 | set et | 6 | set et |
7 | set mouse= | 7 | set mouse= |
8 | set cursorline | ||
9 | set cc=79 | ||
8 | 10 | ||
9 | call plug#begin(stdpath('data') . '/plugged') | 11 | call plug#begin(stdpath('data') . '/plugged') |
10 | "Plug 'prabirshrestha/vim-lsp' | 12 | "Plug 'prabirshrestha/vim-lsp' |