editing dotfiles day 15

This commit is contained in:
Arthur Khachaturov 2024-08-30 15:21:22 +03:00
parent 8c304027cf
commit 325f310d0a
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55

View file

@ -0,0 +1,15 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
options = {
component_separators = { left = '', right = '' },
section_separators = { left = '', right = '' },
disabled_filetypes = {
'NvimTree',
'qf',
'trouble',
},
}
}
}