Skip to content

Commit

Permalink
Sky computer happy now
Browse files Browse the repository at this point in the history
  • Loading branch information
CKolkey committed Nov 21, 2023
1 parent e1d7741 commit 11b709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neogit/lib/buffer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function Buffer.create(config)
buffer:set_option("buftype", config.buftype or "nofile")
buffer:set_option("swapfile", false)

buffer:set_option("foldenable", true)
vim.opt_local.foldenable = true
buffer:set_option("foldmethod", "manual")
buffer:set_option("foldlevel", 99)
buffer:set_option("foldminlines", 0)
Expand Down

0 comments on commit 11b709f

Please sign in to comment.