lsp diagnotics
This commit is contained in:
parent
f9e3314b2d
commit
3c5d202b1b
2 changed files with 15 additions and 0 deletions
|
|
@ -112,3 +112,9 @@ require('nvim-treesitter.configs').setup {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
vim.filetype.add {
|
||||
extension = {
|
||||
templ = 'templ',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue