diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-28 01:17:06 +0200 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-09-28 01:17:06 +0200 |
| commit | b7a7a40ff171aa2e6b7db87736f2c9f777aa464b (patch) | |
| tree | 01242468532d6c2ebfd7183caaac9d42f7545d34 /lua | |
| parent | 68636ef01a9c3c758379d25dc85d68d649a156e2 (diff) | |
added snippets and changed the keybinds
Also removed luasnip source for completion
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 346f791..d5645af 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -96,7 +96,7 @@ cmp.setup({ name = "nvim_lsp", keyword_length = 3, }, - { name = "luasnip" }, + -- { name = "luasnip" }, }, { -- { name = "buffer", max_item_count = 5 }, { name = "path", max_item_count = 5 }, |
