Have supermaven off by default so I can learn to code
This commit is contained in:
parent
e7d82fcbee
commit
e3b19cc60c
@ -75,6 +75,9 @@ require("lazy").setup({
|
|||||||
accept_word = '<C-.>',
|
accept_word = '<C-.>',
|
||||||
},
|
},
|
||||||
disable_inline_completion = false, -- for cmp
|
disable_inline_completion = false, -- for cmp
|
||||||
|
condition = function()
|
||||||
|
return true
|
||||||
|
end,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
0
install/app_espanso.sh
Normal file → Executable file
0
install/app_espanso.sh
Normal file → Executable file
@ -1 +1 @@
|
|||||||
Subproject commit 335f6673d5a094d3a41972eb0d21f5a29f9d10dd
|
Subproject commit fd9a7dd4f2afccaeb61623286b1230c0df0c7033
|
@ -1 +1 @@
|
|||||||
Subproject commit e5d6e130de36b065e9ea3ab160331843c7966fa4
|
Subproject commit 5ab83819072a03fcbd555beeb291bc50a3455d17
|
Loading…
Reference in New Issue
Block a user