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 | |
| 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 '')
| -rw-r--r-- | lua/pml68/configs/cmp.lua | 5 | ||||
| -rw-r--r-- | lua/pml68/plugins.lua | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/lua/pml68/configs/cmp.lua b/lua/pml68/configs/cmp.lua index 1f30321..e14edf1 100644 --- a/lua/pml68/configs/cmp.lua +++ b/lua/pml68/configs/cmp.lua @@ -24,9 +24,4 @@ cmp.setup({ ['<S-Tab>'] = cmp.mapping.select_prev_item({ behavior = 'select' }), ['<Tab>'] = cmp.mapping.select_next_item({ behavior = 'select' }), }), - snippet = { - expand = function(args) - require('luasnip').lsp_expand(args.body) - end, - }, }) 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 = {}, |
