1 files changed,
1 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-12-16 18:42:48 +0200
Parent:
fd57ca9
M
lua/plugins/completion.lua
@@ -2,13 +2,12 @@ ---@type LazySpec
return { "hrsh7th/nvim-cmp", event = "InsertEnter", - keys = { ":" }, dependencies = { "hrsh7th/cmp-buffer", "saadparwaiz1/cmp_luasnip", "hrsh7th/cmp-path", "hrsh7th/cmp-nvim-lsp", - "hrsh7th/cmp-cmdline", + { "hrsh7th/cmp-cmdline", keys = { ":" } }, { "zbirenbaum/copilot-cmp", dependencies = "copilot.lua",