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

9 lines
192 B
Lua
Raw Normal View History

2023-10-30 14:45:32 -03:00
-- General plugins / plugins without specific category or setup
return {
'tpope/vim-fugitive',
'tpope/vim-rhubarb',
'tpope/vim-sleuth',
'folke/which-key.nvim',
2024-01-09 19:28:24 -03:00
'lambdalisue/suda.vim',
2023-10-30 14:45:32 -03:00
};