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
Gustavo "Guz" L. de Mello 4d6c3b9fe1 feat: install sudo support
2024-01-09 19:28:24 -03:00

9 lines
192 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',
};