diff --git a/modules/nvim.nix b/modules/nvim.nix --- a/modules/nvim.nix +++ b/modules/nvim.nix @@ -28,8 +28,8 @@ start = [ plugins.packer-nvim plugins.vim-nickel # plugins.lua-utils-nvim - # plugins.neorg - # plugins.neorg-telescope + plugins.neorg + plugins.neorg-telescope plugins.nvim-treesitter.withAllGrammars ]; diff --git a/modules/nvim/init.fnl b/modules/nvim/init.fnl --- a/modules/nvim/init.fnl +++ b/modules/nvim/init.fnl @@ -185,8 +185,8 @@ (map :n :s ":Start") (map :n :v ":vert Start") (map :n :t ":tab Start") (map :t : "") - (map :i : :) - (map :n : :) + (map :i : :) + (map :n : :) (when (fun.executable :nvr) (set vim.env.EDITOR "nvr -cc split -c 'set bufhidden=delete' --remote-wait"))) @@ -289,9 +289,9 @@ :disable [:erlang :make :diff]} :matchup {:enable true} :indent {:enable true} :incremental_selection {:enable true}}) - ;(setup :neorg - ; {:load {:core.defaults {} - ; :core.concealer {}}}) + (setup :neorg + {:load {:core.defaults {} + :core.concealer {}}}) )) (defcommand Clean "keeppatterns %s/\\s\\+$//e | set nohlsearch")