refactor(nvim): remove invalid content from lsp configs
This commit is contained in:
parent
d39e00d736
commit
366206bf9d
@ -531,6 +531,15 @@ lazy.setup({
|
|||||||
},
|
},
|
||||||
|
|
||||||
-- Note Taking
|
-- Note Taking
|
||||||
|
{
|
||||||
|
"mickael-menu/zk-nvim",
|
||||||
|
config = function ()
|
||||||
|
require("zk").setup({
|
||||||
|
picker = "telescope"
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
event = "VeryLazy",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-neorg/neorg",
|
"nvim-neorg/neorg",
|
||||||
build = ":Neorg sync-parsers",
|
build = ":Neorg sync-parsers",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user