mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 22:43:02 +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.
|
-- Use <c-space> to trigger completion.
|
||||||
map("i", "<c-space>", "coc#refresh()", { silent = true, expr = true })
|
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] = {
|
gls.right[5] = {
|
||||||
PerCent = {
|
PerCent = {
|
||||||
provider = "LinePercent",
|
provider = "LinePercent",
|
||||||
separator = " ",
|
|
||||||
separator_highlight = {colors.darkblue, colors.darkblue},
|
|
||||||
highlight = {colors.cyan, colors.darkblue, "bold"}
|
highlight = {colors.cyan, colors.darkblue, "bold"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gls.right[4] = {
|
gls.right[6] = {
|
||||||
ScrollBar = {
|
ScrollBar = {
|
||||||
provider = 'ScrollBar',
|
provider = 'ScrollBar',
|
||||||
highlight = {colors.blue,colors.purple},
|
highlight = {colors.blue,colors.purple},
|
||||||
|
|
Loading…
Reference in a new issue