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
2023-10-30 14:45:32 -03:00

8 lines
167 B
Lua

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