replace the bufferline with the mini variant

added devicons to telescope deps, so the deps are tracked more
accurately.
This commit is contained in:
2025-11-23 02:05:17 +01:00
parent 8f98beb4a7
commit 8cf37489be
3 changed files with 3 additions and 29 deletions

View File

@@ -7,6 +7,7 @@ return { {
dependencies = {
{ 'nvim-lua/plenary.nvim' }, -- contains lua functions for neovim, apparently
{ 'nvim-telescope/telescope-ui-select.nvim' }, -- allows neovim core stuff to enter the telescope picker
{ 'nvim-tree/nvim-web-devicons' },
{
'nvim-telescope/telescope-fzf-native.nvim',
build = 'make', -- used for when the plugin is installed/updated