vim.pack.add({
	"https://github.com/folke/flash.nvim",
	"https://github.com/nvim-lualine/lualine.nvim",
	"https://github.com/folke/tokyonight.nvim",
	"https://github.com/echasnovski/mini.nvim",
	{
		src = "https://github.com/nvim-treesitter/nvim-treesitter",
		branch = "main",
		build = ":TSUpdate",
	},
	"https://github.com/neovim/nvim-lspconfig",
	"https://github.com/mason-org/mason.nvim",
	"https://github.com/creativenull/efmls-configs-nvim",
	{
		src = "https://github.com/saghen/blink.cmp",
		version = vim.version.range("1.*"),
	},
	"https://github.com/L3MON4D3/LuaSnip",
	"https://github.com/vimwiki/vimwiki",
	"https://github.com/rlue/vim-barbaric",
	"https://github.com/OXY2DEV/markview.nvim",
	"https://github.com/nvim-lua/plenary.nvim",
	"https://github.com/nvim-telescope/telescope.nvim",
	"https://github.com/nvim-telekasten/telekasten.nvim",
	"https://github.com/folke/which-key.nvim",
	"https://github.com/tris203/precognition.nvim",
	"https://github.com/SirVer/ultisnips",
	"https://github.com/lervag/vimtex",
})
