ughghghghghghghg

This commit is contained in:
Christian Nieves
2024-10-14 17:55:51 +00:00
parent f0b4b89b9b
commit f237b861fc
4 changed files with 16 additions and 118 deletions

View File

@ -80,12 +80,12 @@ return {
cmp.setup.filetype("txt", {
enabled = false,
})
-- Use buffer source for `/` and `?` (if you enabled `native_menu`, this won't work anymore).
cmp.setup.cmdline({ "/", "?" }, {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources({
{ name = "treesitter" },
{ name = "buffer" },
}),
})