remove vim cmd completion bindings

This commit is contained in:
sloane 2024-06-03 09:46:58 -04:00
parent b68507868a
commit 3511ffa6a7
No known key found for this signature in database

View file

@ -146,15 +146,15 @@
{ name = "snippy"; }
];
};
cmdline = {
":" = {
mapping.__raw = "cmp.mapping.preset.cmdline()";
sources = [
{ name = "path"; }
{ name = "cmdline"; }
];
};
};
# cmdline = {
# ":" = {
# mapping.__raw = "cmp.mapping.preset.cmdline()";
# sources = [
# { name = "path"; }
# { name = "cmdline"; }
# ];
# };
# };
};
treesitter = {