mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-05-19 13:30:17 +00:00
languages/go: remove gotmpl from filetypes
`:checkhealth` output:
```
- ⚠️ WARNING Unknown filetype 'gotmpl' (Hint: filename extension != filetype).
```
This commit is contained in:
parent
35bcfd4f73
commit
b4db22087b
2 changed files with 2 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ in {
|
|||
vim.lsp = {
|
||||
presets = genAttrs cfg.lsp.servers (_: {enable = true;});
|
||||
servers = genAttrs cfg.lsp.servers (_: {
|
||||
filetypes = ["go" "gomod" "gosum" "gowork" "gotmpl"];
|
||||
filetypes = ["go" "gomod" "gosum" "gowork"];
|
||||
});
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue