10 lines
416 B
Lua
10 lines
416 B
Lua
vim.pack.add({
|
|
"https://github.com/rebelot/kanagawa.nvim",
|
|
"https://github.com/nvim-treesitter/nvim-treesitter",
|
|
"https://github.com/williamboman/mason.nvim",
|
|
"https://github.com/williamboman/mason-lspconfig.nvim",
|
|
{ src = "https://github.com/saghen/blink.cmp", version = vim.version.range("1.*") },
|
|
"https://github.com/stevearc/oil.nvim",
|
|
"https://github.com/stevearc/overseer.nvim",
|
|
})
|