document frustration
This commit is contained in:
@@ -29,7 +29,7 @@ clue.setup({
|
|||||||
triggers = {
|
triggers = {
|
||||||
{ mode = "n", keys = "<leader>" },
|
{ mode = "n", keys = "<leader>" },
|
||||||
{ mode = "n", keys = "g" },
|
{ mode = "n", keys = "g" },
|
||||||
{ mode = "n", keys = "<C-w>"},
|
{ mode = "n", keys = "<C-w>" },
|
||||||
{ mode = "n", keys = "z" },
|
{ mode = "n", keys = "z" },
|
||||||
{ mode = "i", keys = "<C-x>" },
|
{ mode = "i", keys = "<C-x>" },
|
||||||
},
|
},
|
||||||
@@ -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