mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
changed to oil.nvim
This commit is contained in:
12
.config/nvim/after/plugin/oil.lua
Normal file
12
.config/nvim/after/plugin/oil.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
require("oil").setup({
|
||||
float = {
|
||||
padding = 2,
|
||||
max_width = 60,
|
||||
max_height = 0,
|
||||
border = "rounded",
|
||||
win_options = {
|
||||
winblend = 15,
|
||||
},
|
||||
preview_split = "vertical"
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user