[2024-05-10] Adding nvim-lspconfig
This commit is contained in:
parent
3fb4836b8b
commit
62cad17101
3 changed files with 19 additions and 0 deletions
|
@ -141,6 +141,13 @@ win_components.active[1][4] = {
|
|||
hl = { fg = 'bg' }
|
||||
}
|
||||
}
|
||||
win_components.active[1][5] = {
|
||||
provider = 'file_type',
|
||||
right_sep = {
|
||||
str = 'block',
|
||||
hl = { fg = 'bg' }
|
||||
}
|
||||
}
|
||||
win_components.active[3][1] = {
|
||||
provider = 'git_add',
|
||||
hl = { fg = 'fg', bg = 'blue' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue