document frustration
This commit is contained in:
@@ -65,6 +65,13 @@ hipatterns.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()
|
||||
surround.setup({})
|
||||
|
||||
Reference in New Issue
Block a user