dotfiles-ansible/roles/config/files/nvim/lua/user/plugins/init.lua

11 lines
269 B
Lua

return {
-- lazy.nvim can manage itself
{ 'folke/lazy.nvim', version = '*' },
-- dependencies needed by the other
'MunifTanjim/nui.nvim',
'nvim-lua/plenary.nvim',
'nvim-tree/nvim-web-devicons',
{ 'tpope/vim-repeat', event = 'VeryLazy' },
}