vim: add templ lsp
This commit is contained in:
parent
124b5181dc
commit
8dc8f57fc6
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,7 @@ local server_configs = function()
|
||||||
ansiblels = {},
|
ansiblels = {},
|
||||||
powershell_es = {},
|
powershell_es = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
|
templ = {},
|
||||||
clangd = {},
|
clangd = {},
|
||||||
zls = {},
|
zls = {},
|
||||||
-- hls = {},
|
-- hls = {},
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
---@diagnostic disable: missing-fields
|
||||||
local M = {
|
local M = {
|
||||||
'hrsh7th/nvim-cmp',
|
'hrsh7th/nvim-cmp',
|
||||||
event = 'InsertEnter',
|
event = 'InsertEnter',
|
||||||
|
|
Loading…
Add table
Reference in a new issue