refactor: remove floating windows (#262)
This commit is contained in:
@@ -64,6 +64,10 @@ H.keymaps = function()
|
||||
})
|
||||
end
|
||||
|
||||
H.signs = function()
|
||||
vim.fn.sign_define("AvanteInputPromptSign", { text = "> " })
|
||||
end
|
||||
|
||||
H.augroup = api.nvim_create_augroup("avante_autocmds", { clear = true })
|
||||
|
||||
H.autocmds = function()
|
||||
@@ -242,6 +246,7 @@ function M.setup(opts)
|
||||
H.autocmds()
|
||||
H.commands()
|
||||
H.keymaps()
|
||||
H.signs()
|
||||
|
||||
M.did_setup = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user