aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorTrey Bastian <hello@treybastian.com>2026-05-11 09:19:50 +0100
committerTrey Bastian <hello@treybastian.com>2026-05-11 09:19:50 +0100
commit909cd07ad6209293542772405c18aa0ad3264724 (patch)
treeda0d92c54411cec0abd6b037e45448474ca47d4a /lua
parent456a33bb7d4f10c9e56317d8ea39bedb5a8e7967 (diff)
removed unused snippets plugin
Diffstat (limited to 'lua')
-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("*") },
})