cosmetics

This commit is contained in:
Oliver Ladner 2023-11-21 13:54:47 +01:00
commit 5d7abedb6e
3 changed files with 7 additions and 2 deletions

View file

@ -5,7 +5,8 @@ return {
options = {
icons_enabled = true,
theme = 'auto',
component_separators = '',
--component_separators = '⋮',
component_separators = '',
section_separators = { left = '', right = '' },
},
},

View file

@ -16,6 +16,7 @@ return {
-- language list: https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
ensure_installed = {
"lua",
"comment",
"vim",
"vimdoc",
"bash",