remove airline from nvim settings

This commit is contained in:
Vladan Popovic 2025-12-07 13:11:53 +01:00
parent ad06690977
commit 00c5590a3c

View file

@ -49,5 +49,4 @@ vim.cmd([[
autocmd BufRead,BufNewFile *.bu,*.yml.example,*.yaml.example set filetype=yaml
autocmd BufRead,BufNewFile *.ign set filetype=json
match RedundantSpaces /\s\+$/
let g:airline_theme='papercolor'
]])