mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
fix bar
This commit is contained in:
parent
22676e233e
commit
2283b8e7ea
2 changed files with 4 additions and 4 deletions
|
@ -139,7 +139,7 @@
|
||||||
:qnighy/lalrpop.vim {}
|
:qnighy/lalrpop.vim {}
|
||||||
|
|
||||||
|
|
||||||
:vmchale/ats-vim {:ft ["ats"]}
|
:vmchale/ats-vim {:ft ["ats" "dats" "sats"]}
|
||||||
|
|
||||||
:bakpakin/fennel.vim {})
|
:bakpakin/fennel.vim {})
|
||||||
; >>>
|
; >>>
|
||||||
|
|
|
@ -85,9 +85,9 @@
|
||||||
|
|
||||||
|
|
||||||
(set components.right.active
|
(set components.right.active
|
||||||
[{:provider vim.bo.filetype
|
[{:provider #vim.bo.filetype
|
||||||
:right_sep " "
|
:hl #(vim-mode-hl true)
|
||||||
:hl #(vim-mode-hl true)}
|
:right_sep " "}
|
||||||
(lsp-diagnostic-component "Information" colors.neutral_purple)
|
(lsp-diagnostic-component "Information" colors.neutral_purple)
|
||||||
(lsp-diagnostic-component "Hint" colors.neutral_blue)
|
(lsp-diagnostic-component "Hint" colors.neutral_blue)
|
||||||
(lsp-diagnostic-component "Warn" colors.neutal_yellow)
|
(lsp-diagnostic-component "Warn" colors.neutal_yellow)
|
||||||
|
|
Loading…
Reference in a new issue