diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-05 21:37:07 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-05 21:37:07 -0400 |
| commit | ef309868a758ca7087c6d1ed1c8156172fe9b96a (patch) | |
| tree | a2d78738181ec8512b4ce852151b2b1ed6d467de /pkgs/custom-neovim/config/lua/plugins/oil.lua | |
| parent | ed137d6252bcb217a9d534d7fe1a45bae6ba6866 (diff) | |
neovim: moved to mini-pairs and cleaned up
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, 0 insertions, 11 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/oil.lua b/pkgs/custom-neovim/config/lua/plugins/oil.lua deleted file mode 100644 index 6682599..0000000 --- a/pkgs/custom-neovim/config/lua/plugins/oil.lua +++ /dev/null @@ -1,11 +0,0 @@ -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, - }, -} |
