Skip to content

Commit

Permalink
feat: remove rust from blocked auto brackets filetypes
Browse files Browse the repository at this point in the history
related to #359
  • Loading branch information
Saghen committed Nov 24, 2024
1 parent 81069e3 commit 8500a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/accept/brackets/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
return {
-- stylua: ignore
blocked_filetypes = {
'rust', 'sql', 'ruby', 'perl', 'lisp', 'scheme', 'clojure',
'sql', 'ruby', 'perl', 'lisp', 'scheme', 'clojure',
'prolog', 'vb', 'elixir', 'smalltalk', 'applescript'
},
per_filetype = {
Expand Down

0 comments on commit 8500a62

Please sign in to comment.