cosmetics
This commit is contained in:
parent
3c5884ee4a
commit
5d7abedb6e
3 changed files with 7 additions and 2 deletions
|
|
@ -5,7 +5,8 @@ return {
|
|||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'auto',
|
||||
component_separators = '⋮',
|
||||
--component_separators = '⋮',
|
||||
component_separators = '⁞',
|
||||
section_separators = { left = '', right = '' },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ return {
|
|||
-- language list: https://github.com/nvim-treesitter/nvim-treesitter#supported-languages
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"comment",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"bash",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue