Small changes fixing accidental changes
This commit is contained in:
parent
c330e2819d
commit
aeefede352
|
@ -69,6 +69,8 @@ function M.setup()
|
|||
}, { { name = 'buffer' } })
|
||||
}
|
||||
|
||||
cmp.setup(options)
|
||||
|
||||
-- Use buffer source for `/` (if you enabled `native_menu`, this won't work anymore).
|
||||
cmp.setup.cmdline('/', {
|
||||
mapping = cmp.mapping.preset.cmdline(),
|
||||
|
|
|
@ -7,7 +7,6 @@ function M.setup()
|
|||
"elixir", "fish", "html", "json", "latex", "python", "rust", "scss",
|
||||
"toml", "tsx", "vim", "yaml", "nix", "kotlin"
|
||||
},
|
||||
disable = { "tex", "latex" },
|
||||
sync_install = false,
|
||||
indent = { enable = true },
|
||||
highlight = {
|
||||
|
|
Loading…
Reference in a new issue