all repos

init.lua @ e36b6b06889da30779ec2a66ce2876783b145a64

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
remove lazyloading by event for nvim-cmp
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-28 14:02:03 +0300
Parent: c6468e7
M lua/fk/plugin.lua

@@ -74,7 +74,6 @@ -- completion

use { "hrsh7th/nvim-cmp", config = get_config "fk.plugin.cmp", - event = "InsertEnter", module = "cmp", requires = { { "hrsh7th/cmp-nvim-lsp", module = "cmp_nvim_lsp" },