Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
djensenius committed Dec 15, 2023
1 parent 4c043bb commit 0a9b402
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nvim/lua/plugins/ufo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ return {
})
end,

opts = {
provider_selector = function()
return { "treesitter", "indent" }
end,
},
}
opts = {
provider_selector = function()
return { "treesitter", "indent" }
end,
},
}

0 comments on commit 0a9b402

Please sign in to comment.