diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-07 13:00:46 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-06-07 13:00:46 -0400 |
| commit | 9c4e85ac16a29c7a50a115000097abcb182e210c (patch) | |
| tree | 2b6a621fca6bd74985cbb686b8a89eee44488f4a /modules/neovim/nvim/lua/config/oil.lua | |
| parent | 73121af786dc8a446d54efa1b8519fa122a89d1b (diff) | |
| download | home-9c4e85ac16a29c7a50a115000097abcb182e210c.tar.gz | |
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 = { - }, - }, -}) |