1
0
Fork 0

KDL filetype detection

This commit is contained in:
Felipe 2023-03-27 01:03:04 -03:00
parent 06591545e7
commit b3edd69c55
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -106,6 +106,9 @@ ts.setup {
'yaml', 'yaml',
}, },
highlight = {enable = true, indent = true}} highlight = {enable = true, indent = true}}
---- Filetypes ---
vim.cmd [[autocmd BufRead,BufNewFile *.kdl set filetype=kdl]]
---- LSP ---- ---- LSP ----
local lsp = require 'lspconfig' local lsp = require 'lspconfig'