fixed empty line

This commit is contained in:
lobneroO 2024-01-21 09:35:20 +01:00
parent cf3c3256ed
commit 903d168c9d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ return {
vim.o.foldlevel = 99
vim.o.foldlevelstart = 99
vim.o.foldenable = true
-- setup folding source: first lsp, then indent as fallback
require("ufo").setup({
provider_selector = function(bufnr, filetype, buftype)