mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
7 lines
176 B
Lua
7 lines
176 B
Lua
return {
|
|
-- disable trouble
|
|
{ "nvim-neo-tree/neo-tree.nvim", enabled = false },
|
|
{ "nvim-tree/nvim-tree.lua" },
|
|
-- -- { "neovim/nvim-lspconfig", enabled = false },
|
|
}
|