Moved custom plugins to their own file

This commit is contained in:
Ismo Vuorinen
2022-12-27 16:21:39 +02:00
parent e2583f4d91
commit 5e98f61942
4 changed files with 27 additions and 21 deletions

View File

@@ -84,6 +84,11 @@ _G.packer_plugins = {
path = "/Users/ivuorinen/.local/share/nvim/site/pack/packer/start/LuaSnip",
url = "https://github.com/L3MON4D3/LuaSnip"
},
catppuccin = {
loaded = true,
path = "/Users/ivuorinen/.local/share/nvim/site/pack/packer/start/catppuccin",
url = "https://github.com/catppuccin/nvim"
},
["cmp-nvim-lsp"] = {
loaded = true,
path = "/Users/ivuorinen/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp",