diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-19 10:20:42 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-19 10:20:42 -0400 |
| commit | 666b313cd84b1c67c20da300bf9fbb356df199c1 (patch) | |
| tree | 2408a092034cdfd4875c79bb337848a54f9d50d7 /modules/neovim/nvim/lua/config/oil.lua | |
| parent | 408009f8a4886efa3fa8919d2a8f64da41c3c754 (diff) | |
| download | home-666b313cd84b1c67c20da300bf9fbb356df199c1.tar.gz | |
cleanup
Diffstat (limited to 'modules/neovim/nvim/lua/config/oil.lua')
| -rw-r--r-- | modules/neovim/nvim/lua/config/oil.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/neovim/nvim/lua/config/oil.lua b/modules/neovim/nvim/lua/config/oil.lua deleted file mode 100644 index 592421b..0000000 --- a/modules/neovim/nvim/lua/config/oil.lua +++ /dev/null @@ -1,22 +0,0 @@ -require("oil").setup({ - default_file_explorer = true, - columns = { - -- "icon" - }, - constrain_cursor = "editable", - skip_confirm_for_simple_edits = true, - win_options = { - number = false, - relativenumber = false, - cursorline = true, - }, - view_options = { - show_hidden = true, - }, - float = { - max_width = .7, - max_height = .5, - win_options = { - }, - }, -}) |