]> git.madduck.net Git - etc/lazyvim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

combine blink-cmp config into one file
authormartin f. krafft <madduck@madduck.net>
Tue, 20 May 2025 15:31:36 +0000 (17:31 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 6 Aug 2025 09:57:17 +0000 (11:57 +0200)
.config/lazyvim/lua/plugins/blink-cmp-manual.lua [deleted file]
.config/lazyvim/lua/plugins/blink-cmp.lua [moved from .config/lazyvim/lua/plugins/blink-cmp-keymaps.lua with 68% similarity]
.gitignore.d/lazyvim

diff --git a/.config/lazyvim/lua/plugins/blink-cmp-manual.lua b/.config/lazyvim/lua/plugins/blink-cmp-manual.lua
deleted file mode 100644 (file)
index f79312e..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-return {
-  "saghen/blink.cmp",
-  opts = {
-    completion = {
-      list = {
-        selection = {
-          preselect = false,
-          auto_insert = false,
-        },
-      },
-    },
-  },
-}
similarity index 68%
rename from .config/lazyvim/lua/plugins/blink-cmp-keymaps.lua
rename to .config/lazyvim/lua/plugins/blink-cmp.lua
index bf37b588398e5f82dfd5680bcaabd8193e884b89..f57bb3e18e093a30055ada812ba096bca4b7ce04 100644 (file)
@@ -1,6 +1,8 @@
 return {
   "saghen/blink.cmp",
   opts = {
+    sources = {
+    },
     keymap = {
       preset = "default",
 
@@ -16,5 +18,13 @@ return {
         "fallback",
       },
     },
+    completion = {
+      list = {
+        selection = {
+          preselect = false,
+          auto_insert = false,
+        },
+      },
+    },
   },
 }
index 00876f979b7b6d03bbf21f77768d61528731e8d3..d9b89adbf00b23194f232161955190b67c42055c 100644 (file)
@@ -18,8 +18,7 @@
 !/.config/lazyvim/lua/config/lazy.lua
 !/.config/lazyvim/lua/config/options.lua
 !/.config/lazyvim/lua/plugins/blink-cmp-emoji.lua
-!/.config/lazyvim/lua/plugins/blink-cmp-keymaps.lua
-!/.config/lazyvim/lua/plugins/blink-cmp-manual.lua
+!/.config/lazyvim/lua/plugins/blink-cmp.lua
 !/.config/lazyvim/lua/plugins/blink-compat-lbdb.lua
 !/.config/lazyvim/lua/plugins/blink-compat.lua
 !/.config/lazyvim/lua/plugins/catppuccin.lua