all repos

init.lua @ 8f0a59f

my nvim config
1 files changed, 0 insertions(+), 3 deletions(-)
fix: basically it fixes nvim-cmp that sometimes just stop working corectlly, but idk why
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-02-05 23:36:55 +0200
Parent: 10f95c7
M lua/plugins/luasnip.lua

@@ -22,9 +22,6 @@ local fmt = require("luasnip.extras.fmt").fmt

local extras = require "luasnip.extras" ls.config.set_config { - history = false, - region_check_events = "CursorMoved,CursorHold,InsertEnter", - delete_check_events = "InsertLeave", snip_env = { fmt = fmt, rep = extras.rep,