KDL filetype v2
This commit is contained in:
parent
b3edd69c55
commit
828a94da2e
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -106,8 +106,9 @@ ts.setup {
|
|||
'yaml',
|
||||
},
|
||||
highlight = {enable = true, indent = true}}
|
||||
|
||||
---- Filetypes ---
|
||||
vim.cmd [[autocmd BufRead,BufNewFile *.kdl set filetype=kdl]]
|
||||
vim.filetype.add({ extension = {kdl = 'kdl'} })
|
||||
|
||||
|
||||
---- LSP ----
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue