all repos

init.lua @ 671e11b6afa2c45dae4a6c0491e13cce8bde18e8

my nvim config
2 files changed, 0 insertions(+), 2 deletions(-)
deleted cmp-cmdline
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-02-23 16:05:47 +0200
Parent: 3a11abd
M lua/plugin.lua

@@ -66,7 +66,6 @@ { "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" }, - { "hrsh7th/cmp-cmdline", after = "nvim-cmp" }, { "saadparwaiz1/cmp_luasnip", after = "nvim-cmp" }, { "L3MON4D3/LuaSnip", module = "luasnip", after = "nvim-cmp" }, "rafamadriz/friendly-snippets",
M lua/plugin/cmp.lua

@@ -11,7 +11,6 @@ },

} cmp.event:on("confirm_done", require("nvim-autopairs.completion.cmp").on_confirm_done()) - cmp.setup.cmdline("/", { sources = { { name = "buffer" } } }) cmp.setup { snippet = { expand = function(args)