fix kdl not being detected properly

This commit is contained in:
Fabian Schmidt 2023-04-03 12:39:50 +02:00
parent 46edb66356
commit afcce108f7

View File

@ -5,6 +5,8 @@ vim.cmd 'autocmd! User GoyoLeave Limelight!'
vim.cmd 'autocmd BufRead,BufNewFile *.wiki,*.md,*.tex set wrap'
vim.cmd 'au BufRead,BufNewFile *.kdl set filetype=kdl'
vim.cmd [[autocmd BufWritePre * lua vim.lsp.buf.format()]]
vim.cmd 'command W :execute \':silent w !sudo tee % > /dev/null\' | :edit!'