Compare commits
2 commits
abfdda1db0
...
8dc8f57fc6
Author | SHA1 | Date | |
---|---|---|---|
8dc8f57fc6 | |||
124b5181dc |
3 changed files with 594 additions and 387 deletions
File diff suppressed because it is too large
Load diff
|
@ -3,6 +3,7 @@ local server_configs = function()
|
|||
ansiblels = {},
|
||||
powershell_es = {},
|
||||
gopls = {},
|
||||
templ = {},
|
||||
clangd = {},
|
||||
zls = {},
|
||||
-- hls = {},
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---@diagnostic disable: missing-fields
|
||||
local M = {
|
||||
'hrsh7th/nvim-cmp',
|
||||
event = 'InsertEnter',
|
||||
|
|
Loading…
Add table
Reference in a new issue