lsptimeout n stuff

This commit is contained in:
Christian Nieves
2023-11-08 13:01:41 -06:00
parent f818261be2
commit f129f0f93d
8 changed files with 132 additions and 17 deletions

View File

@ -54,7 +54,7 @@ return {
local cmp = require("cmp")
local conditionalSources = {
{ name = "nvim_lsp", max_item_count = 5, priority = 8 },
{ name = "nvim_lsp", max_item_count = 15, priority = 8 },
{ name = "treesitter", max_item_count = 5, priority = 7 },
{ name = "luasnip", max_item_count = 5, priority = 6 },
{ name = "calc" },