nvim after
This commit is contained in:
@ -32,15 +32,8 @@ set autoindent
|
||||
|
||||
set wrap
|
||||
set linebreak
|
||||
set textwidth=79
|
||||
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 showcmd
|
||||
set cursorline
|
||||
|
Reference in New Issue
Block a user