9 lines
291 B
Lua
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',
|
|
})
|