document frustration

This commit is contained in:
2026-07-03 04:02:41 +02:00
parent f23aa495a4
commit baf089a8e5

View File

@@ -65,6 +65,13 @@ hipatterns.setup({
}, },
}) })
ai.setup({}) ai.setup({})
notify.setup({}) notify.setup({
lsp_progress = {
-- the message "lua_ls: processing completion..." and
-- "lua_ls: Diagnosing" is very annoying
enable = true,
},
})
vim.notify = notify.make_notify() vim.notify = notify.make_notify()
surround.setup({}) surround.setup({})