nvim: add templ lsp, gruvbox colorscheme, add keys, shell: editor nvim

This commit is contained in:
2025-12-18 11:10:33 +01:00
parent 4a698f6e1f
commit be03be655e
7 changed files with 52 additions and 39 deletions

View File

@@ -0,0 +1,5 @@
return {
cmd = { "templ", "lsp" },
filetypes = { "templ" },
root_markers = { "go.mod", "go.work", ".git" },
}