Skip to content

Commit

Permalink
fix: disable folding by expr in oil windows
Browse files Browse the repository at this point in the history
See discussion here:
stevearc/oil.nvim#467 (comment)
  • Loading branch information
pkazmier committed Nov 23, 2024
1 parent a721f5f commit 4c4d033
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/plugins/oil.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
local oil = require("oil")
oil.setup({
win_options = {
foldenable = false,
foldmethod = "manual",
},
keymaps = {
["h"] = "actions.parent",
["l"] = "actions.select",
Expand Down

0 comments on commit 4c4d033

Please sign in to comment.