File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "bars" : { "branch" : " main" , "commit" : " 8c87b17c19e970e95fec19b560d70b62a34c7b96" },
2
3
"catppuccin" : { "branch" : " main" , "commit" : " 4fd72a9ab64b393c2c22b168508fd244877fec96" },
3
4
"cmp" : { "branch" : " perf" , "commit" : " 6c3d595f3223c1ae7392d4fde1626355439af6c1" },
4
5
"cmp-async-path" : { "branch" : " main" , "commit" : " 838a12586642940fde05f0b4bae0d38d8fbc5702" },
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ local opts = {}
4
4
5
5
opts .initial = function ()
6
6
g .mapleader = " "
7
- opt .laststatus = 0
7
+ -- opt.laststatus = 0
8
8
opt .clipboard = " unnamedplus"
9
9
opt .termguicolors = true
10
10
opt .fillchars :append { eob = " " }
@@ -36,8 +36,8 @@ opts.final = function()
36
36
opt .splitright = true
37
37
opt .scrolloff = 2
38
38
opt .sidescrolloff = 2
39
- local statusline_ascii = " "
40
- opt .statusline = " %#Normal#" .. statusline_ascii .. " %="
39
+ -- local statusline_ascii = ""
40
+ -- opt.statusline = "%#Normal#" .. statusline_ascii .. "%="
41
41
end
42
42
43
43
--- load shada after ui-enter
Original file line number Diff line number Diff line change @@ -164,6 +164,17 @@ local plugins = {
164
164
require (" modules" ).autocmds ()
165
165
end ,
166
166
},
167
+
168
+ {
169
+ " OXY2DEV/bars-N-lines.nvim" ,
170
+ lazy = false ,
171
+ name = " bars" ,
172
+ config = function ()
173
+ require (" bars" ).setup ({
174
+ statuscolumn = false ,
175
+ })
176
+ end ,
177
+ },
167
178
}
168
179
169
180
require (" lazy" ).setup (plugins , require " plugins.lazy_nvim" )
You can’t perform that action at this time.
0 commit comments