瀏覽代碼

nixpkgs/neovim: disable autobrackets in blink

Thomas Dy 1 周之前
父節點
當前提交
ca1477b90a
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .config/nixpkgs/neovim/plugins.lua

+ 5 - 0
.config/nixpkgs/neovim/plugins.lua

@@ -370,6 +370,11 @@ require('blink.cmp').setup({
     enabled = false,
   },
   completion = {
+    accept = {
+      auto_brackets = {
+        enabled = false,
+      },
+    },
     documentation = {
       auto_show = true,
       auto_show_delay_ms = 500,