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',
|
'yaml',
|
||||||
},
|
},
|
||||||
highlight = {enable = true, indent = true}}
|
highlight = {enable = true, indent = true}}
|
||||||
|
|
||||||
---- Filetypes ---
|
---- Filetypes ---
|
||||||
vim.cmd [[autocmd BufRead,BufNewFile *.kdl set filetype=kdl]]
|
vim.filetype.add({ extension = {kdl = 'kdl'} })
|
||||||
|
|
||||||
|
|
||||||
---- LSP ----
|
---- LSP ----
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue