mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-06-03 11:10:20 -04:00
Remove: plenary.nvim
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -44,10 +44,6 @@
|
||||
"rev": "4916d6592ede8c07973490d9322f187e07dfefac",
|
||||
"src": "https://github.com/nvim-treesitter/nvim-treesitter"
|
||||
},
|
||||
"plenary.nvim": {
|
||||
"rev": "74b06c6c75e4eeb3108ec01852001636d85a932b",
|
||||
"src": "https://github.com/nvim-lua/plenary.nvim"
|
||||
},
|
||||
"telescope.nvim": {
|
||||
"rev": "d90956833d7c27e73c621a61f20b29fdb7122709",
|
||||
"src": "https://github.com/nvim-telescope/telescope.nvim",
|
||||
|
||||
Reference in New Issue
Block a user