diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-05-11 09:19:50 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-05-11 09:19:50 +0100 |
| commit | 909cd07ad6209293542772405c18aa0ad3264724 (patch) | |
| tree | da0d92c54411cec0abd6b037e45448474ca47d4a | |
| parent | 456a33bb7d4f10c9e56317d8ea39bedb5a8e7967 (diff) | |
removed unused snippets plugin
| -rw-r--r-- | lua/config/plugins.lua | 1 |
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("*") }, }) |
