diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-19 23:35:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-04-23 14:30:46 +0200 |
| commit | e60d03ef78cfe7ba5bb0c495f2db38ed45220114 (patch) | |
| tree | 3d3061828a7c0d4edecc1bed4f160d89bf7277cf /config/nvim/lua/neorg_config.lua | |
| parent | 7a08fbfbbe05351d3f6ebb282da31aa38e2ce99f (diff) | |
Add neorg, update treesiter to 0.12 branch
Diffstat (limited to 'config/nvim/lua/neorg_config.lua')
| -rw-r--r-- | config/nvim/lua/neorg_config.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/nvim/lua/neorg_config.lua b/config/nvim/lua/neorg_config.lua new file mode 100644 index 0000000..79fb8a1 --- /dev/null +++ b/config/nvim/lua/neorg_config.lua @@ -0,0 +1,3 @@ +vim.wo.foldlevel = 99 +vim.wo.conceallevel = 2 +vim.keymap.set("n", "gC", "<cmd>Neorg toc<CR>", {}) |