uhh lsp stuff idk
This commit is contained in:
1 parent
27cd0d25ce
commit
2e4f5e200b
3 files changed
+11
-6
No files matched your search
@@ -1,13 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"nvim-neorg/neorg",
|
||||
tag = "0.0.12",
|
||||
build = ":Neorg sync-parsers",
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
config = function()
|
||||
require("neorg").setup {
|
||||
load = {
|
||||
["core.defaults"] = {},
|
||||
["core.norg.concealer"] = {},
|
||||
["core.norg.completion"] = {
|
||||
["core.concealer"] = {},
|
||||
["core.completion"] = {
|
||||
config = {
|
||||
engine = "nvim-cmp"
|
||||
}
|
||||
@@ -16,8 +17,6 @@ return {
|
||||
}
|
||||
}
|
||||
end,
|
||||
dependencies = { "nvim-lua/plenary.nvim" },
|
||||
build = ":Neorg sync-parsers"
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
|
||||
Reference in new issue
Block a user