mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
move to new repo
This commit is contained in:
14
files/system/etc/skel/.config/nvim/lua/plugins/oil.lua
Normal file
14
files/system/etc/skel/.config/nvim/lua/plugins/oil.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"stevearc/oil.nvim",
|
||||
lazy = false,
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
keys = {
|
||||
{ "<leader>fl", "<cmd>Oil<CR>", desc = "File Explorer" },
|
||||
},
|
||||
opts = {
|
||||
default_file_explorer = true,
|
||||
view_options = {
|
||||
show_hidden = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user