2 files changed,
0 insertions(+),
2 deletions(-)
jump to
| M | lua/plugin.lua |
| M | lua/plugin/cmp.lua |
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)