mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added a local leader key for neorg
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user