fix: indentation

This commit is contained in:
lohhiiccc 2026-06-22 14:57:18 +02:00
parent af7694cb81
commit 0a596c5ad3

View file

@ -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']