aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/lua/config/oil.lua
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-07 13:00:46 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-07 13:00:46 -0400
commit9c4e85ac16a29c7a50a115000097abcb182e210c (patch)
tree2b6a621fca6bd74985cbb686b8a89eee44488f4a /modules/neovim/nvim/lua/config/oil.lua
parent73121af786dc8a446d54efa1b8519fa122a89d1b (diff)
downloadhome-neovim-rework.tar.gz
Diffstat (limited to 'modules/neovim/nvim/lua/config/oil.lua')
-rw-r--r--modules/neovim/nvim/lua/config/oil.lua22
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 = {
- },
- },
-})