New Snippets for all filetypes

This commit is contained in:
2023-07-31 18:09:26 +02:00
parent a323c503b5
commit 092db34f94
6 changed files with 28 additions and 26 deletions

View File

@@ -74,11 +74,6 @@ end
time([[try_loadstring definition]], false)
time([[Defining packer_plugins]], true)
_G.packer_plugins = {
YouCompleteMe = {
loaded = true,
path = "/home/nick/.local/share/nvim/site/pack/packer/start/YouCompleteMe",
url = "https://github.com/Valloric/YouCompleteMe"
},
ale = {
loaded = true,
path = "/home/nick/.local/share/nvim/site/pack/packer/start/ale",
@@ -254,6 +249,11 @@ _G.packer_plugins = {
loaded = true,
path = "/home/nick/.local/share/nvim/site/pack/packer/start/vim-surround",
url = "https://github.com/tpope/vim-surround"
},
["wilder.nvim"] = {
loaded = true,
path = "/home/nick/.local/share/nvim/site/pack/packer/start/wilder.nvim",
url = "https://github.com/gelguy/wilder.nvim"
}
}