1
0
Fork 0

Compare commits

..

No commits in common. "8dc8f57fc695fd45ec6035764eb2b6d1bf8b50f5" and "abfdda1db013f8888c66442e9eddcf3b7b9f65a5" have entirely different histories.

3 changed files with 387 additions and 594 deletions

File diff suppressed because it is too large Load diff

View file

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

View file

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