mapping: Fix p not copy selected text when clipboard in not set
format statusline.lua
This commit is contained in:
parent
5cb7aeed10
commit
d912bbe67c
2 changed files with 4 additions and 2 deletions
lua/plugins/configs
|
@ -51,7 +51,8 @@ options.icon_styles = {
|
|||
},
|
||||
}
|
||||
|
||||
options.separator_style = options.icon_styles[require("core.utils").load_config().plugins.options.statusline.separator_style]
|
||||
options.separator_style =
|
||||
options.icon_styles[require("core.utils").load_config().plugins.options.statusline.separator_style]
|
||||
|
||||
options.main_icon = {
|
||||
provider = options.separator_style.main_icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue