mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
fix(nvim): spell-cmp trigger condition
This commit is contained in:
parent
85524b05b5
commit
77d3dfdb23
2 changed files with 7 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ cmp.setup {
|
|||
option = {
|
||||
keep_all_entries = true,
|
||||
enable_in_context = function()
|
||||
local ft = vim.opt.filetype
|
||||
local ft = vim.bo.filetype
|
||||
return Contains({
|
||||
"tex",
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue