mirror of
https://github.com/cole-maxwell1/dotfiles.git
synced 2026-06-03 11:10:20 -04:00
Refactor: use vim 0.12 built-in package manager.
- removes lazyvim - updates cmp config
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
-- Define plugins for Neovim 0.12 native package manager.
|
||||
vim.pack.add({
|
||||
"https://github.com/bluz71/vim-moonfly-colors",
|
||||
|
||||
"https://github.com/nvim-lua/plenary.nvim",
|
||||
{ src = "https://github.com/nvim-telescope/telescope.nvim", version = "0.1.5" },
|
||||
|
||||
"https://github.com/nvim-treesitter/nvim-treesitter",
|
||||
|
||||
"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",
|
||||
|
||||
"https://github.com/hrsh7th/nvim-cmp",
|
||||
"https://github.com/hrsh7th/cmp-nvim-lsp",
|
||||
"https://github.com/hrsh7th/cmp-buffer",
|
||||
"https://github.com/hrsh7th/cmp-path",
|
||||
"https://github.com/saadparwaiz1/cmp_luasnip",
|
||||
"https://github.com/L3MON4D3/LuaSnip",
|
||||
})
|
||||
Reference in New Issue
Block a user