document frustration
This commit is contained in:
@@ -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({})
|
||||||
|
|||||||
Reference in New Issue
Block a user