Skip to content

Commit d53f34f

Browse files
committed
docs(README): 𝓣𝓪𝓫𝓼 𝓛𝓸𝓸𝓴 𝓢𝓸 𝓑𝓪𝓭 𝓲𝓷 𝓜𝓪𝓻𝓴𝓭𝓸𝔀𝓷 🤦
1 parent a36ed50 commit d53f34f

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

README.md

+34-32
Original file line numberDiff line numberDiff line change
@@ -99,38 +99,40 @@ this repo comes w/ a [lualine](https://github.com/nvim-lualine/lualine.nvim/) co
9999

100100
```lua
101101
{
102-
"nvim-lualine/lualine.nvim",
103-
event = "VeryLazy",
104-
opts = {
105-
options = {
106-
-- this is all you need
107-
theme = "evangelion",
108-
109-
-- below is some extra style
110-
component_separators = { left = "", right = "" },
111-
section_separators = { left = "▓▒░", right = "░▒▓" },
112-
},
113-
sections = {
114-
lualine_b = {
115-
"branch", {
116-
"diagnostics",
117-
sources = { "nvim_diagnostic" },
118-
symbols = { error = "", warn = "", info = "" },
119-
diagnostics_color = {
120-
error = { fg = "#151515" },
121-
warn = { fg = "#151515" },
122-
info = { fg = "#151515" },
123-
},
124-
},
125-
},
126-
lualine_x = {
127-
{ "encoding", padding = { left = 1, right = 1 }, separator = { left = "░▒▓" } },
128-
{ "fileformat" },
129-
{ "filetype" },
130-
},
131-
lualine_y = { "searchcount", "progress" },
132-
},
133-
},
102+
"nvim-lualine/lualine.nvim",
103+
event = "VeryLazy",
104+
opts = {
105+
options = {
106+
-- this is all you need
107+
theme = "evangelion",
108+
109+
-- everything below
110+
-- is extra style
111+
-- can't help myself :P
112+
component_separators = { left = "", right = "" },
113+
section_separators = { left = "▓▒░", right = "░▒▓" },
114+
},
115+
sections = {
116+
lualine_b = {
117+
"branch", {
118+
"diagnostics",
119+
sources = { "nvim_diagnostic" },
120+
symbols = { error = "", warn = "", info = "" },
121+
diagnostics_color = {
122+
error = { fg = "#151515" },
123+
warn = { fg = "#151515" },
124+
info = { fg = "#151515" },
125+
},
126+
},
127+
},
128+
lualine_x = {
129+
{ "encoding", padding = { left = 1, right = 1 }, separator = { left = "░▒▓" } },
130+
{ "fileformat" },
131+
{ "filetype" },
132+
},
133+
lualine_y = { "searchcount", "progress" },
134+
},
135+
},
134136
}
135137
```
136138

0 commit comments

Comments
 (0)