Skip to content

Commit

Permalink
cleanup(minimal_init): remove autocmd for closing
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 2, 2024
1 parent f949bb3 commit 5a4aa26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions minimal_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ local plugins = {
vim.api.nvim_feedkeys(vim.keycode("<c-f>"), "n", false)
end
end)

vim.api.nvim_create_autocmd("InsertLeave", {
callback = function()
require("care").api.close()
end,
})
end,
},
{
Expand Down

0 comments on commit 5a4aa26

Please sign in to comment.