nvim after
This commit is contained in:
@ -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
|
@ -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
|
||||||
|
Reference in New Issue
Block a user