summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/oil.lua
blob: 668259925af2ad752ac891a986cf24674c94c8af (plain)
1
2
3
4
5
6
7
8
9
10
11
require('oil').setup {
  win_options = {
    wrap = true,
  },
  skip_confirm_for_simple_edits = true,
  watch_for_changes = true,
  float = {
    max_width = 0.6,
    max_height = 0.8,
  },
}