disable autofolding for neorg
This commit is contained in:
parent
94cddafa6e
commit
029d95e75d
@ -7,6 +7,7 @@ vim.api.nvim_create_autocmd({ "FileType" }, {
|
|||||||
callback = function()
|
callback = function()
|
||||||
vim.g.maplocalleader = ' '
|
vim.g.maplocalleader = ' '
|
||||||
vim.o.conceallevel = 2
|
vim.o.conceallevel = 2
|
||||||
|
vim.o.foldlevelstart = 99
|
||||||
vim.api.nvim_set_keymap("n", "<Leader>nr", ":Neorg return<CR>",
|
vim.api.nvim_set_keymap("n", "<Leader>nr", ":Neorg return<CR>",
|
||||||
{ noremap = true, silent = true, desc = "[N]eorg [R]eturn" })
|
{ noremap = true, silent = true, desc = "[N]eorg [R]eturn" })
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user