mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-08 14:06:35 +05:30
add templ lsp
This commit is contained in:
@ -50,3 +50,5 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
|
||||
-- load neovide
|
||||
require("neovide")
|
||||
|
||||
vim.filetype.add({ extension = { templ = "templ" } })
|
||||
|
Reference in New Issue
Block a user