AutoYADM commit: 2025-01-21 19:00:06
This commit is contained in:
parent
e7d5ea25ea
commit
fbe39a5a93
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
local follow_main = false
|
local follow_main = true
|
||||||
if follow_main then
|
if follow_main then
|
||||||
vim.g.lazyvim_blink_main = true
|
vim.g.lazyvim_blink_main = true
|
||||||
end
|
end
|
||||||
|
@ -58,6 +58,7 @@ return {
|
||||||
},
|
},
|
||||||
ghost_text = {
|
ghost_text = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
|
show_without_selection = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
signature = {
|
signature = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue