DEVELOPMENT ENVIRONMENT

~liljamo/nvim-flake

d5922e42e438f388a00866f442b6a58220107bf2 — Jonni Liljamo a month ago 498eeca
feat(cmp): toggle
1 files changed, 9 insertions(+), 0 deletions(-)

M config/plugins/cmp.nix
M config/plugins/cmp.nix => config/plugins/cmp.nix +9 -0
@@ 26,6 26,15 @@
              { "i", "c" }
            )
          '';
          "<C-space>" = ''
            cmp.mapping(function()
              if cmp.visible() then
                cmp.close()
              else
                cmp.complete()
              end
            end)
          '';
        };
      };
    };