fix
This commit is contained in:
parent
386f9ddf2d
commit
0df86cafb2
2 changed files with 6 additions and 6 deletions
2
config
2
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
|
||||
|
|
10
init.lua
10
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,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue