Small changes fixing accidental changes
This commit is contained in:
parent
c330e2819d
commit
aeefede352
|
@ -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(),
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue