changes to ui + telescope + remove bufferline

This commit is contained in:
Hunter 2025-04-05 21:38:12 -04:00
parent 4adcf3d2dd
commit 9a6707d21f
7 changed files with 85 additions and 37 deletions

View file

@ -1,13 +1,2 @@
return {
{
"stevearc/oil.nvim",
---@module 'oil'
---@type oil.SetupOpts
opts = {},
-- Optional dependencies
dependencies = { { "echasnovski/mini.icons", opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons
-- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations.
lazy = false,
},
}
-- Used to use oil.nvim for stuff, didn't need it...
return {}