mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
moved etc into usr folder
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
-- disable trouble
|
||||
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
||||
{ "nvim-tree/nvim-tree.lua" },
|
||||
-- -- { "neovim/nvim-lspconfig", enabled = false },
|
||||
}
|
||||
14
files/system/usr/etc/skel/.config/nvim/lua/plugins/oil.lua
Normal file
14
files/system/usr/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