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
|
2023-09-19 08:11:32 -05:00
|
|
|
return {
|
|
|
|
-- vim motion study
|
|
|
|
'ThePrimeagen/vim-be-good',
|
|
|
|
|
|
|
|
--"surroundings": parentheses, brackets, quotes, XML tags, and more
|
2023-09-20 10:38:24 -05:00
|
|
|
'tpope/vim-surround',
|
2023-09-19 08:11:32 -05:00
|
|
|
}
|