Skip to content

Commit

Permalink
Don't automatically fold imports
Browse files Browse the repository at this point in the history
djensenius committed Dec 28, 2023
1 parent 5eac1f6 commit 39236c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nvim/lua/plugins/ufo.lua
Original file line number Diff line number Diff line change
@@ -34,9 +34,7 @@ return {
vim.o.foldlevelstart = 99
vim.o.fillchars = [[eob: ,fold: ,foldopen:,foldsep: ,foldclose:]]
vim.o.foldenable = true
require("ufo").setup({
close_fold_kinds = { "imports" },
})
require("ufo").setup()
end,

opts = {

0 comments on commit 39236c1

Please sign in to comment.