update config

This commit is contained in:
MysterieDev 2024-04-12 14:48:55 +02:00
parent 9ad2084b16
commit d827e7bd83
5 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,10 @@
return {
'vim-airline/vim-airline',
dependencies = {
'vim-airline/vim-airline-themes',
},
init = function()
vim.g.airline_powerline_fonts = 1
vim.g.airline_theme = 'bubblegum'
end, -- Lazy load the configuration when vim-airline is loaded
}

View file

@ -8,7 +8,6 @@ return {
},
config = function()
require('neo-tree').setup {
filesystem = {
follow_current_file = {
enabled = true, -- This will find and focus the file in the active buffer every time

View file

@ -0,0 +1,5 @@
return {
'petertriho/nvim-scrollbar',
version = '*',
config = true,
}