diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-22 12:50:08 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-22 12:50:08 -0400 |
| commit | 6fae3be80b67abfda8e475542625169dd6e77f31 (patch) | |
| tree | abfeafd6a3e3922394f0827149a3fcebdf8d2c42 /pkgs/custom-neovim/config/lua/plugins/oil.lua | |
| parent | 50018aa0305bd2c5cf91431c128895fc0121d2fa (diff) | |
working on custom neovim
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/oil.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/oil.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/oil.lua b/pkgs/custom-neovim/config/lua/plugins/oil.lua new file mode 100644 index 0000000..6682599 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/oil.lua @@ -0,0 +1,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, + }, +} |
