don't enable words in insert mode
This commit is contained in:
parent
e570d1d51b
commit
0264be4c7c
@ -12,7 +12,10 @@ return {
|
|||||||
notifier = { enabled = false },
|
notifier = { enabled = false },
|
||||||
quickfile = { enabled = true },
|
quickfile = { enabled = true },
|
||||||
statuscolumn = { enabled = true },
|
statuscolumn = { enabled = true },
|
||||||
words = { enabled = true },
|
words = {
|
||||||
|
enabled = true,
|
||||||
|
modes = { 'n', 'c' },
|
||||||
|
},
|
||||||
indent = {
|
indent = {
|
||||||
indent = {
|
indent = {
|
||||||
hl = 'CmpItemKindNull',
|
hl = 'CmpItemKindNull',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user