[NeoVim] Add Mason

This commit is contained in:
2022-08-17 15:21:59 +02:00
committed by Pierre Jeanjean
parent be84f20cc4
commit a5efbe744d
3 changed files with 10 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ require('feline').setup {
}
require('nvim-lsp-installer').setup {}
require('lspconfig/settings')
@@ -150,13 +149,13 @@ require('bufferline').setup{
},
highlights = {
separator = {
guifg = colors.bg_alt
fg = colors.bg_alt
},
separator_visible = {
guifg = colors.bg_alt
fg = colors.bg_alt
},
separator_selected = {
guifg = colors.bg_alt
fg = colors.bg_alt
}
}
}