nvim-config/plugin/packages.lua
2025-10-24 17:13:50 +03:00

9 lines
291 B
Lua

vim.pack.add({
'https://github.com/windwp/nvim-ts-autotag',
'https://github.com/windwp/nvim-autopairs',
{ src = 'https://github.com/nvim-treesitter/nvim-treesitter', version = 'master' },
'https://github.com/mfussenegger/nvim-lint',
'https://github.com/stevearc/conform.nvim',
})