mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 22:02:58 +01:00
update keymaps and statusline
This commit is contained in:
parent
053d792b79
commit
5aff46595a
2 changed files with 4 additions and 3 deletions
|
@ -42,3 +42,6 @@ map("n", "cr", ":call CocActionAsync(\'format\')<CR>", { silent = true })
|
|||
-- Use <c-space> to trigger completion.
|
||||
map("i", "<c-space>", "coc#refresh()", { silent = true, expr = true })
|
||||
|
||||
-- Use cd to jump to next diagnostic
|
||||
map("n", "cd", "<Plug>(coc-diagnostic-next)", { silent = true })
|
||||
|
||||
|
|
|
@ -322,13 +322,11 @@ gls.right[4] = {
|
|||
gls.right[5] = {
|
||||
PerCent = {
|
||||
provider = "LinePercent",
|
||||
separator = " ",
|
||||
separator_highlight = {colors.darkblue, colors.darkblue},
|
||||
highlight = {colors.cyan, colors.darkblue, "bold"}
|
||||
}
|
||||
}
|
||||
|
||||
gls.right[4] = {
|
||||
gls.right[6] = {
|
||||
ScrollBar = {
|
||||
provider = 'ScrollBar',
|
||||
highlight = {colors.blue,colors.purple},
|
||||
|
|
Loading…
Reference in a new issue