1
0
Fork 0

vim: add templ lsp

This commit is contained in:
Vladimír Dudr 2023-11-13 21:58:13 +01:00
parent 124b5181dc
commit 8dc8f57fc6
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@ local server_configs = function()
ansiblels = {},
powershell_es = {},
gopls = {},
templ = {},
clangd = {},
zls = {},
-- hls = {},

View file

@ -1,3 +1,4 @@
---@diagnostic disable: missing-fields
local M = {
'hrsh7th/nvim-cmp',
event = 'InsertEnter',