Setup neorg plugin
This commit is contained in:
parent
f42c1c8fdf
commit
e9e7399c04
4 changed files with 57 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue