Setup neorg plugin

This commit is contained in:
♥ Minnie ♥ 2025-06-26 19:26:50 +08:00
parent f42c1c8fdf
commit e9e7399c04
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 57 additions and 1 deletions

View file

@ -6,7 +6,6 @@
showmode = false;
swapfile = false;
clipboard = "unnamedplus";
conceallevel = 1;
updatetime=100;
undofile = true;
splitright = true;
@ -17,6 +16,10 @@
shiftwidth = 2;
expandtab = true;
# Required for neorg
conceallevel = 2;
foldlevel = 99;
# Using this config for sessionoptions is recommended:
sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions";
};