diff --git a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua index 58798b5..e829e1e 100644 --- a/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua +++ b/ansible/roles/neovim/files/nvim/lua/settings/lazy/plugins/neorg.lua @@ -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 = {