addet ai again
This commit is contained in:
parent
bef9661e9c
commit
25790de5b4
4 changed files with 60 additions and 64 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue