aboutsummaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/plugins.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua
index 784150a..f9dc5ea 100644
--- a/lua/config/plugins.lua
+++ b/lua/config/plugins.lua
@@ -11,7 +11,6 @@ vim.pack.add({
"https://github.com/nvim-lua/plenary.nvim",
"https://github.com/j-hui/fidget.nvim",
"https://github.com/neovim/nvim-lspconfig",
- "https://github.com/rafamadriz/friendly-snippets",
{ src = "https://github.com/saghen/blink.cmp", version = vim.version.range("*") },
})