fix: indentation
This commit is contained in:
parent
af7694cb81
commit
0a596c5ad3
1 changed files with 5 additions and 5 deletions
|
|
@ -8,6 +8,10 @@ set scrolloff=2
|
||||||
set completeopt=menuone,noinsert
|
set completeopt=menuone,noinsert
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
|
set encoding=utf-8
|
||||||
|
set autoread
|
||||||
|
set shortmess+=A
|
||||||
|
set autoindent
|
||||||
|
|
||||||
augroup FocusNumbers
|
augroup FocusNumbers
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
@ -15,8 +19,4 @@ augroup FocusNumbers
|
||||||
autocmd WinLeave,BufLeave * setlocal norelativenumber
|
autocmd WinLeave,BufLeave * setlocal norelativenumber
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
let g:polyglot_disabled = [
|
let g:polyglot_disabled = ['r-lang', 'tpp', 'autoindent', 'sensible']
|
||||||
'r-lang',
|
|
||||||
'tpp',
|
|
||||||
'autoindent'
|
|
||||||
]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue