diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-22 23:52:05 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-22 23:52:05 +0200 |
| commit | 1356dd1d91c7dda907b9f539bd8231c5260615b3 (patch) | |
| tree | 3edd0670254bc5475a02693d788ef8a24a1d2a5f /lua/pml68/plugins.lua | |
| parent | feat: add osc52 to disabled plugins list in lazy config (diff) | |
| download | nvim-1356dd1d91c7dda907b9f539bd8231c5260615b3.tar.gz | |
feat: remove unnecessary LuaSnip and friendly-snippets plugins
Diffstat (limited to 'lua/pml68/plugins.lua')
| -rw-r--r-- | lua/pml68/plugins.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index d4262a7..62abb7f 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -24,10 +24,6 @@ local plugins = { event = "InsertEnter", dependencies = { { - "L3MON4D3/LuaSnip", - dependencies = "rafamadriz/friendly-snippets" - }, - { "windwp/nvim-autopairs", opts = { fast_wrap = {}, |
