kickstart.nvim/lua/custom/plugins/init.lua

13 lines
378 B
Lua
Raw Normal View History

-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
2023-12-03 18:28:08 -05:00
return {
2024-01-13 16:08:13 -05:00
{
"nvim-telescope/telescope-file-browser.nvim",
dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" }
};
2023-12-03 18:28:08 -05:00
}
2024-01-13 16:08:13 -05:00
-- vim: ts=2 sts=2 sw=2 et