Skip to content

Commit ae6a853

Browse files
authored
Merge pull request #19 from editor-code-assistant/removing-notifications
Removing unnecessary notifications
2 parents 60c6afa + 0480636 commit ae6a853

File tree

2 files changed

+2
-1346
lines changed

2 files changed

+2
-1346
lines changed

lua/eca/commands.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ function M.setup()
293293
desc = "Emergency stop for infinite loops or runaway responses",
294294
})
295295

296+
297+
296298
vim.api.nvim_create_user_command("EcaFixTreesitter", function()
297299
local Utils = require("eca.utils")
298300

0 commit comments

Comments
 (0)