From 0df86cafb2df5f149395592cc192edf23ab4130d Mon Sep 17 00:00:00 2001 From: Rikuoh Date: Thu, 14 Dec 2023 21:42:30 +0900 Subject: [PATCH] fix --- config | 2 +- init.lua | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config b/config index 883d7bb..7c51e6c 100644 --- a/config +++ b/config @@ -262,7 +262,7 @@ for_window [class="Qtconfig-qt4"] floating enable, resize set 1024 780 for_window [class="kdeconnect.app"] floating enbale, resize set 1280 1024 for_window [class="thunderbird"] floating enable, resize set 1440 1024 for_window [class="Gnucash"] floating enable, resize set 1440 1024 -for_window [class="Blueman-manager"] floating enable, resize set 1280 780 +for_window [class="Blueberry.py"] floating enable, resize set 1024 780 # ワークスペース指定一覧 assign [class="discord"] workspace 3 diff --git a/init.lua b/init.lua index cf79bf1..17ca443 100644 --- a/init.lua +++ b/init.lua @@ -663,11 +663,11 @@ cmp.setup({ }, sources = cmp.config.sources({ - { name = "nvim_lsp", max_item_count = 7, keyword_length = 2 }, - { name = "vsnip", max_item_count = 7, keyword_length = 2 }, - { name = "nvim_lsp_signature_help", max_item_count = 7 }, + { name = "nvim_lsp", max_item_count = 15, keyword_length = 2 }, + { name = "vsnip", max_item_count = 15, keyword_length = 2 }, + { name = "nvim_lsp_signature_help"}, { name = "calc" }, - { name = "buffer", max_item_count = 7, keyword_length = 2 }, + { name = "buffer", max_item_count = 15, keyword_length = 2 }, }), }) @@ -750,7 +750,7 @@ require("colorful-winsep").setup({ --nvim-highlight-colors require("nvim-highlight-colors").setup({ render = "background", - enable_named_colors = false, + enable_named_colors = true, enable_tailwind = true, })