@@ -99,38 +99,40 @@ this repo comes w/ a [lualine](https://github.com/nvim-lualine/lualine.nvim/) co
99
99
100
100
``` lua
101
101
{
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
+ },
134
136
}
135
137
```
136
138
0 commit comments