nvim: add templ lsp, gruvbox colorscheme, add keys, shell: editor nvim
This commit is contained in:
5
nvim/.config/nvim/lsp/templ-lsp.lua
Normal file
5
nvim/.config/nvim/lsp/templ-lsp.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return {
|
||||
cmd = { "templ", "lsp" },
|
||||
filetypes = { "templ" },
|
||||
root_markers = { "go.mod", "go.work", ".git" },
|
||||
}
|
||||
Reference in New Issue
Block a user