mirror of https://github.com/fredrikekre/.dotfiles
1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||||
|
-- https://github.com/stevearc/oil.nvim |
||||||
|
return { |
||||||
|
"stevearc/oil.nvim", |
||||||
|
opts = { |
||||||
|
columns = { |
||||||
|
-- "icon", |
||||||
|
-- "permissions", |
||||||
|
-- "size", |
||||||
|
-- "mtime", |
||||||
|
}, |
||||||
|
delete_to_trash = true, |
||||||
|
skip_confirm_for_simple_edits = true, |
||||||
|
view_options = { |
||||||
|
show_hidden = true, |
||||||
|
}, |
||||||
|
}, |
||||||
|
} |
||||||
Loading…
Reference in new issue