feat: change neovim code formatting
This commit is contained in:
parent
47bd30f9f5
commit
d3096d669f
@ -102,9 +102,10 @@ set shiftwidth=4
|
||||
" Indent and wrap rules
|
||||
set autoindent
|
||||
|
||||
" Hard wrap at 80
|
||||
set textwidth=80
|
||||
autocmd FileType * setlocal formatoptions+=t
|
||||
" Formatting
|
||||
set textwidth=99
|
||||
autocmd FileType * setlocal formatoptions+=jp
|
||||
autocmd FileType * setlocal formatoptions-=ro
|
||||
|
||||
" Enable autocompletion
|
||||
set wildmode=longest,full
|
||||
|
Reference in New Issue
Block a user