nvim after
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
set autoindent
|
||||
set noexpandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
@ -1,11 +0,0 @@
|
||||
" rainbow markdown
|
||||
highlight h1 guifg=#50fa7b gui=bold
|
||||
highlight _h1 guifg=#50fa7b gui=nocombine
|
||||
highlight h2 guifg=#ff79c6 gui=bold
|
||||
highlight _h2 guifg=#ff79c6 gui=nocombine
|
||||
highlight h3 guifg=#ffb86c gui=bold
|
||||
highlight _h3 guifg=#ffb86c gui=nocombine
|
||||
highlight h4 guifg=#8be9fd gui=bold
|
||||
highlight _h4 guifg=#8be9fd gui=nocombine
|
||||
highlight h5 guifg=#f1fa8c gui=bold
|
||||
highlight _h5 guifg=#f1fa8c gui=nocombine
|
@ -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