mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +02:00
rounded style
This commit is contained in:
parent
539b72482a
commit
e21884b7e4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue