mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-07 03:14:35 +02:00
update
This commit is contained in:
parent
0694a45e65
commit
8cab416b15
1 changed files with 2 additions and 1 deletions
|
@ -177,7 +177,8 @@ return {
|
||||||
require("lualine").setup({
|
require("lualine").setup({
|
||||||
options = {
|
options = {
|
||||||
theme = bubbles_theme,
|
theme = bubbles_theme,
|
||||||
component_separators = "|",
|
-- component_separators = "|",
|
||||||
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
"TelescopePrompt",
|
"TelescopePrompt",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue