mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
add: update config (tuning speed)
This commit is contained in:
parent
83ef9398c8
commit
22b81afe5f
8 changed files with 131 additions and 122 deletions
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
event = "BufWinEnter",
|
||||
event = "insertEnter",
|
||||
config = function()
|
||||
local hide_in_width = function()
|
||||
return vim.fn.winwidth(0) > 80
|
||||
|
@ -198,7 +198,7 @@ return {
|
|||
normal = {
|
||||
a = { fg = colors.black, bg = colors.skyblue_1 },
|
||||
b = { fg = colors.white, bg = colors.grey },
|
||||
c = { fg = colors.white, bg = "#393f4a" },
|
||||
c = { fg = colors.white, bg = "none" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue