mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
12 lines
248 B
Lua
Executable File
12 lines
248 B
Lua
Executable File
return {}
|
|
-- return {
|
|
-- "kdheepak/lazygit.nvim",
|
|
-- dependencies = {
|
|
-- "nvim-telescope/telescope.nvim",
|
|
-- "nvim-lua/plenary.nvim"
|
|
-- },
|
|
-- config = function()
|
|
-- require("telescope").load_extension("lazygit")
|
|
-- end,
|
|
-- }
|