Adjust lualine

This commit is contained in:
Oliver Hartmann 2022-01-31 09:19:44 +01:00 committed by Oliver Hartmann
parent cfff367b83
commit 5c4e7a4000

View File

@ -91,9 +91,9 @@ require('neoclip').setup({
require('telescope').load_extension('neoclip')
-------------------- LUALINE -------------------------------
require('lualine').setup {
options = {theme = 'gruvbox'},
sections = {lualine_c = {'getcwd', 'filename', 'nvim_treesitter#statusline'},
}
options = {theme = 'gruvbox-material'},
sections = {lualine_c = {'getcwd', {'filename', path = 1, file_status = true}}},
inactive_sections = {lualine_c = {'getcwd', {'filename', path = 1, file_status = true}}}
}
-------------------- PROJECT -------------------------------
require("project_nvim").setup {