diff --git a/plugins/my_keybinds.lua b/plugins/my_keybinds.lua deleted file mode 100644 index b6e93c7..0000000 --- a/plugins/my_keybinds.lua +++ /dev/null @@ -1,7 +0,0 @@ --- return { --- "nvim-cmp", --- opts = function(_, opt) --- cmp = require "cmp", --- opt.mapping[""] = cmp.mapping(cmp.mapping.complete(), { "i", "c" }) --- end, --- } \ No newline at end of file