This commit is contained in:
Rikuoh Tsujitani 2023-12-14 21:42:30 +09:00
parent 386f9ddf2d
commit 0df86cafb2
Signed by: riq0h
GPG key ID: 010F09DEA298C717
2 changed files with 6 additions and 6 deletions

2
config
View file

@ -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

View file

@ -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,
})