Remove: plenary.nvim

This commit is contained in:
2026-04-26 11:46:25 -05:00
parent 32832a8260
commit f18f750962
2 changed files with 5 additions and 9 deletions
+5 -5
View File
@@ -1,17 +1,17 @@
-- Define plugins for Neovim 0.12 native package manager.
vim.pack.add({
--Theme
"https://github.com/bluz71/vim-moonfly-colors",
"https://github.com/nvim-lua/plenary.nvim",
--File switch
{ src = "https://github.com/nvim-telescope/telescope.nvim", version = "0.1.5" },
--Syntax
"https://github.com/nvim-treesitter/nvim-treesitter",
--LSP
"https://github.com/mason-org/mason.nvim",
"https://github.com/mason-org/mason-lspconfig.nvim",
"https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim",
"https://github.com/neovim/nvim-lspconfig",
--Auto complete
"https://github.com/hrsh7th/nvim-cmp",
"https://github.com/hrsh7th/cmp-nvim-lsp",
"https://github.com/hrsh7th/cmp-buffer",