mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chore(nvim): Change to lazy.nvim recommended format
This commit is contained in:
parent
19cedd3fdc
commit
f10828fdac
23 changed files with 579 additions and 414 deletions
|
|
@ -20,39 +20,8 @@ local config = {
|
|||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
theme = "catppuccin",
|
||||
-- theme = {
|
||||
-- -- We are going to use lualine_c an lualine_x as left and
|
||||
-- -- right section. Both are highlighted by c theme . So we
|
||||
-- -- are just setting default looks o statusline
|
||||
-- -- normal = { c = { fg = colors.mantle, bg = colors.mantle } },
|
||||
-- -- visual = { c = { fg = colors.mantle, bg = colors.mauve } },
|
||||
-- -- normal = { c = { fg = colors.mantle, bg = colors.sapphire } },
|
||||
-- inactive = { c = { fg = colors.mantle, bg = colors.mantle } },
|
||||
-- normal = {
|
||||
-- a = {
|
||||
-- fg = colors.scheme.mantle,
|
||||
-- bg = colors.mode.n,
|
||||
-- },
|
||||
-- b = {
|
||||
-- bg = colors.scheme.surface2,
|
||||
-- },
|
||||
-- c = {
|
||||
-- bg = colors.scheme.crust,
|
||||
-- },
|
||||
-- },
|
||||
-- visual = {
|
||||
-- a = {
|
||||
-- fg = colors.scheme.mantle,
|
||||
-- bg = colors.mode.v,
|
||||
-- },
|
||||
-- },
|
||||
-- insert = {
|
||||
-- a = {
|
||||
-- fg = colors.scheme.mantle,
|
||||
-- bg = colors.mode.i,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- IDE-like Global Status
|
||||
globalstaus = true,
|
||||
},
|
||||
sections = {
|
||||
-- these are to remove the defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue