all repos

init.lua @ 7896d20

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
remove cmp-nvim-lua plugin
Author: Smirnov Alexander ss2316544@gmail.com
Committed at: 2022-03-18 18:56:36 +0200
Parent: f8c8b3b
M lua/fk/plugin.lua

@@ -80,7 +80,6 @@ config = get_config "fk.plugin.cmp",

event = "InsertEnter", module = "cmp", requires = { - { "hrsh7th/cmp-nvim-lua", after = "nvim-cmp" }, { "hrsh7th/cmp-nvim-lsp", module = "cmp_nvim_lsp" }, { "hrsh7th/cmp-buffer", after = "nvim-cmp" }, { "hrsh7th/cmp-path", after = "nvim-cmp" },