astro-nvim-v3 - ft: big update
This commit is contained in:
@@ -21,7 +21,7 @@ return {
|
||||
window = {
|
||||
completion = {
|
||||
winhighlight = "Normal:Pmenu,CursorLine:PmenuSel,Search:None",
|
||||
border = "none",
|
||||
-- border = "none",
|
||||
side_padding = 0,
|
||||
},
|
||||
},
|
||||
@@ -68,6 +68,9 @@ return {
|
||||
end
|
||||
end, { "i", "s" }),
|
||||
},
|
||||
experimental = {
|
||||
ghost_text = false, -- this feature conflict with copilot.vim's preview.
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user