rounded style

This commit is contained in:
asep komarudin 2023-01-31 10:51:06 +07:00
parent 539b72482a
commit e21884b7e4
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ return {
dependencies = { "kyazdani42/nvim-web-devicons", opt = true }, dependencies = { "kyazdani42/nvim-web-devicons", opt = true },
event = "BufWinEnter", event = "BufWinEnter",
opts = function() opts = function()
local model = 0 local model = 2
if model == 1 then if model == 1 then
require("user.lualine1") require("user.lualine1")
elseif model == 2 then elseif model == 2 then

View file

@ -179,7 +179,7 @@ lualine.setup({
-- component_separators = { left = "", right = "" }, -- component_separators = { left = "", right = "" },
-- section_separators = { left = "", right = "" }, -- section_separators = { left = "", right = "" },
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" }, section_separators = { left = "", right = "" },
disabled_filetypes = { disabled_filetypes = {
"TelescopePrompt", "TelescopePrompt",