aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/lua/config/oil.lua
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-19 10:20:42 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-19 10:20:42 -0400
commit666b313cd84b1c67c20da300bf9fbb356df199c1 (patch)
tree2408a092034cdfd4875c79bb337848a54f9d50d7 /modules/neovim/nvim/lua/config/oil.lua
parent408009f8a4886efa3fa8919d2a8f64da41c3c754 (diff)
downloadhome-666b313cd84b1c67c20da300bf9fbb356df199c1.tar.gz
cleanup
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 = {
- },
- },
-})