1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
8dc8f57fc6 vim: add templ lsp 2023-11-13 21:58:13 +01:00
124b5181dc kitty: adjust by default 2023-11-13 21:57:56 +01:00
3 changed files with 594 additions and 387 deletions

File diff suppressed because it is too large Load diff

View file

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

View file

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