8 lines
167 B
Lua
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',
|
|
};
|