nvim after

This commit is contained in:
Christian Nieves
2023-11-21 17:49:45 -06:00
parent dfd59c76e0
commit b63ef26e3b
3 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,6 @@
set autoindent set autoindent
set noexpandtab set nowrap
set tabstop=4 set tabstop=4
set softtabstop=4
set shiftwidth=4 set shiftwidth=4
set expandtab

View File

@ -32,15 +32,8 @@ set autoindent
set wrap set wrap
set linebreak set linebreak
set textwidth=79
set showbreak= set showbreak=
" use intelligent indentation for C
" configure tabwidth and insert spaces instead of tabs
set tabstop=4 " tab width is 4 spaces
set shiftwidth=4 " indent also with 4 spaces
set expandtab " expand tabs to spaces
set number set number
set showcmd set showcmd
set cursorline set cursorline