mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +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 },
|
||||
event = "BufWinEnter",
|
||||
opts = function()
|
||||
local model = 0
|
||||
local model = 2
|
||||
if model == 1 then
|
||||
require("user.lualine1")
|
||||
elseif model == 2 then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue