Skip to content

Commit 54fd294

Browse files
committed
feat!: disable auto-brackets for rust
rust-analyzer includes brackets itself and has more context to add them only when necessary Related to #359
1 parent d2551d6 commit 54fd294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/completion/brackets/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ return {
33
blocked_filetypes = {
44
'sql', 'ruby', 'perl', 'lisp', 'scheme', 'clojure',
55
'prolog', 'vb', 'elixir', 'smalltalk', 'applescript',
6-
'elm'
6+
'elm', 'rust'
77
},
88
per_filetype = {
99
-- languages with a space

0 commit comments

Comments
 (0)