nvim/lua/plugins/navigation.lua

21 lines
428 B
Lua
Raw Normal View History

return {
{
'nvim-telescope/telescope.nvim',
2024-01-04 20:45:30 +01:00
version = '0.1.*',
dependencies = { 'nvim-lua/plenary.nvim' },
},
-- 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' }
-- }
}