2023-02-24 21:11:27 +01:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
'nvim-telescope/telescope.nvim',
|
2024-01-04 20:45:30 +01:00
|
|
|
version = '0.1.*',
|
2023-02-24 21:11:27 +01:00
|
|
|
dependencies = { 'nvim-lua/plenary.nvim' },
|
|
|
|
},
|
2024-08-13 11:49:16 +02:00
|
|
|
-- Don't really need it. Nicer than the default but that's it
|
|
|
|
-- {
|
|
|
|
-- 'nvim-tree/nvim-tree.lua',
|
|
|
|
-- config = function()
|
|
|
|
-- require('nvim-tree').setup {
|
|
|
|
-- view = {
|
|
|
|
-- width = 30,
|
|
|
|
-- side = 'left',
|
|
|
|
-- },
|
|
|
|
-- }
|
|
|
|
-- end,
|
|
|
|
-- dependencies = { 'nvim-tree/nvim-web-devicons' }
|
|
|
|
-- }
|
2023-02-24 21:11:27 +01:00
|
|
|
}
|