[2024-05-10] Adding nvim-lspconfig

This commit is contained in:
Andrew Conlin 2024-05-10 16:54:09 +01:00
parent 3fb4836b8b
commit 62cad17101
3 changed files with 19 additions and 0 deletions

View file

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