From d9911dd2ce6d51be94b6a67d6c8b3f3439a8bd64 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 18 Dec 2025 15:52:57 +0100 Subject: [PATCH] style(cmp): reformat sources list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- dots/.config/nvim/after/plugin/nvim-cmp.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/.config/nvim/after/plugin/nvim-cmp.lua b/dots/.config/nvim/after/plugin/nvim-cmp.lua index e6b5441..2721e6b 100644 --- a/dots/.config/nvim/after/plugin/nvim-cmp.lua +++ b/dots/.config/nvim/after/plugin/nvim-cmp.lua @@ -62,12 +62,12 @@ cmp.setup({ [""] = c_l, }), sources = { - { name = "copilot", group_index = 2 }, { name = "zk" }, + { name = "copilot", group_index = 2 }, { name = "nvim_lsp", keyword_length = 8 }, - { name = "luasnip", max_item_count = 16 }, + { name = "luasnip", max_item_count = 16 }, { name = "path" }, - { name = "buffer", max_item_count = 8 }, + { name = "buffer", max_item_count = 8 }, }, window = { completion = cmp.config.window.bordered({ border = { "┌", "─", "┐", "│", "┘", "─", "└", "│" } }),