2023-02-17 16:31:57 -05:00
|
|
|
-- 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
|
2025-05-29 19:04:44 +05:30
|
|
|
return {
|
|
|
|
-- Load all plugin files in the custom/plugins directory
|
|
|
|
{ import = "custom.plugins.copilot" },
|
|
|
|
{ import = "custom.plugins.copilot-chat" },
|
|
|
|
{ import = "custom.plugins.tab_keymaps" },
|
|
|
|
{ import = "custom.plugins.code_runner" },
|
|
|
|
{ import = "custom.plugins.sniprun" },
|
|
|
|
{ import = "custom.plugins.harpoon" },
|
|
|
|
{ import = "custom.plugins.lazygit" },
|
|
|
|
{ import = "custom.plugins.toggleterm" },
|
2025-06-09 20:12:12 +05:30
|
|
|
{ import = "custom.plugins.comment" },
|
|
|
|
{ import = "custom.plugins.leetcode" },
|
|
|
|
-- { import = "custom.plugins.telescope_fix" },
|
|
|
|
{ import = "custom.plugins.catppuccin" },
|
2025-06-14 09:15:11 +05:30
|
|
|
{ import = "custom.plugins.neorg" },
|
|
|
|
{ import = "custom.plugins.which_key_integration" }, -- Load which-key integration
|
2025-05-29 19:04:44 +05:30
|
|
|
}
|