feat(ui): add telescope ui select for improve UI

This commit is contained in:
2025-04-13 14:44:47 +04:00
parent 08e8e21300
commit 5a533becb0
2 changed files with 26 additions and 3 deletions

View File

@@ -3,6 +3,9 @@ return {
{
'simrat39/inlay-hints.nvim',
},
{
'nvim-telescope/telescope-ui-select.nvim'
},
{
"akinsho/bufferline.nvim",
},
@@ -47,9 +50,6 @@ return {
},
{
"nvim-telescope/telescope.nvim",
dependencies = {
'nvim-telescope/telescope-ui-select.nvim',
}
},
{
"williamboman/mason-lspconfig.nvim",