KDL filetype detection
This commit is contained in:
parent
06591545e7
commit
b3edd69c55
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue