update keymaps and statusline

This commit is contained in:
LordMZTE 2021-04-24 15:58:23 +02:00
parent 053d792b79
commit 5aff46595a
2 changed files with 4 additions and 3 deletions

View file

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

View file

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