This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
.nvim/lua/plugins/plugins.lua
2024-01-19 22:01:06 -03:00

10 lines
213 B
Lua

-- General plugins / plugins without specific category or setup
return {
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
'tpope/vim-sleuth',
'folke/which-key.nvim',
'lambdalisue/suda.vim',
'elkowar/yuck.vim',
};