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 clipboard=unnamedplus
|
||||
set noexpandtab
|
||||
set encoding=utf-8
|
||||
set autoread
|
||||
set shortmess+=A
|
||||
set autoindent
|
||||
|
||||
augroup FocusNumbers
|
||||
autocmd!
|
||||
|
|
@ -15,8 +19,4 @@ augroup FocusNumbers
|
|||
autocmd WinLeave,BufLeave * setlocal norelativenumber
|
||||
augroup END
|
||||
|
||||
let g:polyglot_disabled = [
|
||||
'r-lang',
|
||||
'tpp',
|
||||
'autoindent'
|
||||
]
|
||||
let g:polyglot_disabled = ['r-lang', 'tpp', 'autoindent', 'sensible']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue