11 lines
340 B
Lua
11 lines
340 B
Lua
return {
|
|
"savq/paq-nvim", -- The manager itself
|
|
"neovim/nvim-lspconfig", -- LSP Support
|
|
"nvim-treesitter/nvim-treesitter", -- Syntax Highlighting
|
|
"williamboman/mason.nvim",
|
|
"williamboman/mason-lspconfig.nvim",
|
|
"tpope/vim-fugitive",
|
|
"echasnovski/mini.nvim",
|
|
"stevearc/oil.nvim",
|
|
}
|