update and added config for templ
This commit is contained in:
parent
3c5d202b1b
commit
19568cdfe2
4 changed files with 34 additions and 31 deletions
|
|
@ -10,6 +10,7 @@ require('conform').setup {
|
|||
typescript = { { 'prettier' } },
|
||||
go = { { 'gofumpt', 'goimports-reviser', 'golines' } },
|
||||
java = { 'google-java-format' },
|
||||
templ = { 'templ' },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ lsp.ensure_installed {
|
|||
'pyright',
|
||||
'tsserver',
|
||||
'rust_analyzer',
|
||||
'templ',
|
||||
}
|
||||
|
||||
-- Fix Undefined global 'vim'
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ require('nvim-treesitter.configs').setup {
|
|||
'html',
|
||||
'javascript',
|
||||
'typescript',
|
||||
'templ',
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue