Skip to content

Commit ffa99fa

Browse files
committed
fix(blink): disable term completion
1 parent 4651881 commit ffa99fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/configs/completion/blink.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ local opts = {
5353
},
5454
--- @type blink.cmp.TermConfig
5555
term = {
56-
enabled = true,
56+
enabled = false,
5757
sources = {},
5858
completion = {
5959
menu = {

0 commit comments

Comments
 (0)