Skip to content

Commit 2069457

Browse files
authored
Merge pull request #44 from nikero41/lsp-autocmds
LSP autocmds
2 parents 2d0d88d + 0b1e12b commit 2069457

18 files changed

Lines changed: 90 additions & 37 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---@type vim.lsp.Config
2+
return {
3+
init_options = {
4+
includeLanguages = {
5+
templ = "html",
6+
},
7+
},
8+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)