mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-23 20:24:33 +02:00
update name for nvcodeline
This commit is contained in:
parent
af6bedd236
commit
00832c88c4
2 changed files with 8 additions and 1 deletions
2
init.vim
2
init.vim
|
@ -33,7 +33,7 @@ else
|
|||
source $HOME/.config/nvim/plug-config/fzf.vim
|
||||
source $HOME/.config/nvim/plug-config/codi.vim
|
||||
source $HOME/.config/nvim/plug-config/vim-wiki.vim
|
||||
luafile $HOME/.config/nvim/lua/galaxy-line.lua
|
||||
luafile $HOME/.config/nvim/lua/nvcodeline.lua
|
||||
luafile $HOME/.config/nvim/lua/treesitter.lua
|
||||
source $HOME/.config/nvim/plug-config/coc.vim
|
||||
source $HOME/.config/nvim/plug-config/easymotion.vim
|
||||
|
|
|
@ -152,6 +152,13 @@ gls.left[11] = {
|
|||
DiagnosticWarn = {
|
||||
provider = 'DiagnosticWarn',
|
||||
icon = ' ',
|
||||
highlight = {colors.yellow,colors.bg},
|
||||
}
|
||||
}
|
||||
gls.left[12] = {
|
||||
DiagnosticHint = {
|
||||
provider = 'DiagnosticHint',
|
||||
icon = ' ',
|
||||
highlight = {colors.blue,colors.bg},
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue