aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-lsp-installer/_generated/filetype_map.lua1
-rw-r--r--lua/nvim-lsp-installer/_generated/metadata.lua2
2 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/_generated/filetype_map.lua b/lua/nvim-lsp-installer/_generated/filetype_map.lua
index 8d5baad3..ee3b7355 100644
--- a/lua/nvim-lsp-installer/_generated/filetype_map.lua
+++ b/lua/nvim-lsp-installer/_generated/filetype_map.lua
@@ -34,6 +34,7 @@ return {
go = { "gopls" },
gohtml = { "tailwindcss" },
gomod = { "gopls" },
+ gotmpl = { "gopls" },
graphql = { "graphql" },
groovy = { "groovyls" },
haml = { "tailwindcss" },
diff --git a/lua/nvim-lsp-installer/_generated/metadata.lua b/lua/nvim-lsp-installer/_generated/metadata.lua
index 86aca5d0..f1873274 100644
--- a/lua/nvim-lsp-installer/_generated/metadata.lua
+++ b/lua/nvim-lsp-installer/_generated/metadata.lua
@@ -86,7 +86,7 @@ return {
filetypes = { "fsharp" }
},
gopls = {
- filetypes = { "go", "gomod" }
+ filetypes = { "go", "gomod", "gotmpl" }
},
grammarly = {
filetypes = { "markdown" }