1
Fork 0

Small changes fixing accidental changes

This commit is contained in:
Matei Adriel 2022-10-13 01:38:16 +02:00
parent c330e2819d
commit aeefede352
2 changed files with 2 additions and 1 deletions

View file

@ -69,6 +69,8 @@ function M.setup()
}, { { name = 'buffer' } }) }, { { name = 'buffer' } })
} }
cmp.setup(options)
-- Use buffer source for `/` (if you enabled `native_menu`, this won't work anymore). -- Use buffer source for `/` (if you enabled `native_menu`, this won't work anymore).
cmp.setup.cmdline('/', { cmp.setup.cmdline('/', {
mapping = cmp.mapping.preset.cmdline(), mapping = cmp.mapping.preset.cmdline(),

View file

@ -7,7 +7,6 @@ function M.setup()
"elixir", "fish", "html", "json", "latex", "python", "rust", "scss", "elixir", "fish", "html", "json", "latex", "python", "rust", "scss",
"toml", "tsx", "vim", "yaml", "nix", "kotlin" "toml", "tsx", "vim", "yaml", "nix", "kotlin"
}, },
disable = { "tex", "latex" },
sync_install = false, sync_install = false,
indent = { enable = true }, indent = { enable = true },
highlight = { highlight = {