allthethings

This commit is contained in:
Christian Nieves
2023-08-17 20:23:08 +00:00
parent 3d73b4fed7
commit de5d5c3271
12 changed files with 110 additions and 45 deletions

View File

@ -85,7 +85,7 @@ return {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({
{ name = "async_path", priority = 9 },
{ name = "treesitter", priority = 7 },
-- { name = "treesitter", priority = 7 },
{ name = "cmdline", priority = 8 },
}),
})