addet ai again

This commit is contained in:
pika 2025-04-04 21:52:00 +02:00
parent bef9661e9c
commit 25790de5b4
4 changed files with 60 additions and 64 deletions

View file

@ -1,4 +1,6 @@
if true then return {} end
-- if true then
-- return {}
-- end
-- WARNING: If this line is true, then the plugin will NOT get sourced!
-- NOTE: Has to be commented out if blink should be used
@ -33,6 +35,7 @@ return {
-- C-k: Toggle signature help (if signature.enabled = true)
--
-- See :h blink-cmp-config-keymap for defining your own keymap
cmdline = { sources = { "cmdline" } },
keymap = {
-- set to 'none' to disable the 'default' preset
preset = "super-tab",

View file

@ -1,6 +1,6 @@
-- if true then
-- return {}
-- end
if true then
return {}
end
-- WARNING: If this line is true, then the plugin will NOT get sourced!
-- NOTE: Has to be commented out if blink should be used