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

17 lines
455 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-07-07 23:39:08 -05:00
return {
"kdheepak/lazygit.nvim",
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
2023-07-08 15:16:19 -05:00
"jose-elias-alvarez/null-ls.nvim",
ft = { "python" },
"jay-babu/mason-null-ls.nvim",
2023-07-14 21:09:59 -05:00
"ThePrimeagen/vim-be-good",
2023-07-07 23:39:08 -05:00
}