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
|
2024-02-14 21:26:09 +13:00
|
|
|
return {
|
|
|
|
{
|
|
|
|
"folke/todo-comments.nvim",
|
|
|
|
dependencies = { "nvim-lua/plenary.nvim" },
|
|
|
|
opts = {
|
|
|
|
-- your configuration comes here
|
|
|
|
-- or leave it empty to use the default settings
|
|
|
|
-- refer to the configuration section below
|
|
|
|
}
|
2024-02-15 23:35:33 +13:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"mg979/vim-visual-multi",
|
2024-02-16 17:54:39 +13:00
|
|
|
},
|
2024-02-16 22:26:05 +13:00
|
|
|
{
|
|
|
|
"booperlv/nvim-gomove",
|
|
|
|
},
|
2024-02-16 17:54:39 +13:00
|
|
|
{
|
|
|
|
"HiPhish/rainbow-delimiters.nvim"
|
|
|
|
},
|
2024-02-16 22:26:05 +13:00
|
|
|
}
|