Compare commits
No commits in common. "797b8856f681b81c99b05be87f2b7a39959983ee" and "f455166cd550403f08a1753dc5743a37b0a5d1a1" have entirely different histories.
797b8856f6
...
f455166cd5
1 changed files with 0 additions and 25 deletions
|
|
@ -1,25 +0,0 @@
|
|||
return {
|
||||
-- 1. Vim syntax plugin for Templ files
|
||||
{
|
||||
"joerdav/templ.vim",
|
||||
ft = "templ",
|
||||
},
|
||||
|
||||
-- 2. Tree-sitter support
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, { "templ" })
|
||||
end,
|
||||
},
|
||||
|
||||
-- 3. LSP configuration
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
templ = {}, -- templ LSP config with default options
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Reference in a new issue