added a local leader key for neorg

This commit is contained in:
aminnairi
2024-01-13 19:10:52 +01:00
parent f3c219a167
commit 1f08544eb2
@@ -2,6 +2,9 @@ return {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = { "nvim-lua/plenary.nvim" },
init = function()
vim.g.maplocalleader = ","
end,
config = function()
require("neorg").setup {
load = {
@@ -25,11 +28,6 @@ return {
}
}
},
["core.keybinds"] = {
config = {
default_keybinds = false
}
},
["core.dirman"] = {
config = {
workspaces = {