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>
13 lines
326 B
Lua
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' },
|
|
}
|