NIVM/lua/plugins/specs/core.lua
Robert Morrison fb537df11b chore(init): Initial working version
Create and push an initial working version of this repo before I change
things on this machine

Signed-off-by: Robert Morrison <robert@closedless.xyz>
2023-09-10 22:22:30 +01:00

13 lines
326 B
Lua

-- Core components,
-- In general "core" components are dependencies of other plugins
-- If it requires more than just installing it probably shouldn't go here.
return {
{ 'munifTanjim/nui.nvim' },
{ 'nvim-lua/plenary.nvim' },
{ 'nvim-lua/popup.nvim' },
{ 'nvim-tree/nvim-web-devicons' },
{ 'rcarriga/nvim-notify' },
}