4f2c968b33
dap (need to properly configure dap anyway) remove nvim-tree remove goyo and limelight commands and keymaps
21 lines
428 B
Lua
21 lines
428 B
Lua
return {
|
|
{
|
|
'nvim-telescope/telescope.nvim',
|
|
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' }
|
|
-- }
|
|
}
|