changes to ui + telescope + remove bufferline
This commit is contained in:
parent
4adcf3d2dd
commit
9a6707d21f
7 changed files with 85 additions and 37 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue