Skip to content

Commit 6dcf8db

Browse files
change to kanagawa
1 parent 78ece0b commit 6dcf8db

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lua/core/default_config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local config = {}
33
config.ui = {
44
italic = true,
55
transparency = false,
6-
theme = "mocha",
6+
theme = "kanagawa",
77
}
88

99
return config

lua/modules/lsp/config.lua

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ function config.signature()
9191
hi_parameter = "Search",
9292
max_height = 22,
9393

94-
transparency = 1, -- disabled by default, allow floating win transparent value 1~100
95-
max_width = 120, -- max_width of signature floating_window, line will be wrapped if exceed max_width
94+
transparency = 1, -- disabled by default, allow floating win transparent value 1~100
95+
max_width = 120, -- max_width of signature floating_window, line will be wrapped if exceed max_width
9696
handler_opts = {
97-
border = border, -- double, single, shadow, none
97+
border = border, -- double, single, shadow, none
9898
},
99-
zindex = 50, -- by default it will be on top of all floating windows, set to 50 send it to bottom
100-
padding = "", -- character to pad on left and right of signature can be ' ', or '|' etc
99+
zindex = 50, -- by default it will be on top of all floating windows, set to 50 send it to bottom
100+
padding = "", -- character to pad on left and right of signature can be ' ', or '|' etc
101101
always_trigger = true,
102-
floating_window_above_cur_line = true, -- try to place the floating above the current line when possible Note:
102+
floating_window_above_cur_line = false, -- try to place the floating above the current line when possible Note:
103103
}
104104

105105
require("lsp_signature").setup(opts)
@@ -242,9 +242,9 @@ function config.rust_crates()
242242
name = "Crates",
243243
},
244244
crates = {
245-
enabled = true, -- disabled by default
245+
enabled = true, -- disabled by default
246246
max_results = 8, -- The maximum number of search results to display
247-
min_chars = 3, -- The minimum number of charaters to type before completions begin appearing
247+
min_chars = 3, -- The minimum number of charaters to type before completions begin appearing
248248
},
249249
},
250250
null_ls = {

0 commit comments

Comments
 (0)