This commit is contained in:
Tyrel Souza 2023-05-17 15:06:50 -04:00
parent fc13d2e921
commit da1d0b2aa9
No known key found for this signature in database
GPG Key ID: F6582CF1308A2360
1 changed files with 11 additions and 1 deletions

View File

@ -56,10 +56,18 @@ return function(use)
require('lualine').setup {
options = { theme = 'palenight' },
sections = {
lualine_b ={ {'filename', path=1} },
lualine_c = {
'lsp_progress'
}
}
},
inactive_sections = {
lualine_a = {},
lualine_b ={ {'filename', path=1} },
lualine_c = {},
lualine_d = {},
lualine_e = {},
}
}
use({'voldikss/vim-floaterm'})
@ -83,5 +91,7 @@ return function(use)
use({'nvim-treesitter/nvim-treesitter-refactor'})
use({'RRethy/nvim-treesitter-textsubjects'})
use({'airblade/vim-rooter'})
end