lsp diagnotics

This commit is contained in:
Oluwatobi 2024-01-02 21:24:50 +01:00
parent f9e3314b2d
commit 3c5d202b1b
2 changed files with 15 additions and 0 deletions

View file

@ -112,3 +112,9 @@ require('nvim-treesitter.configs').setup {
},
},
}
vim.filetype.add {
extension = {
templ = 'templ',
},
}