Skip to content

Commit 4795b1c

Browse files
committed
tweak neovim
1 parent 506d6ab commit 4795b1c

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

modules/wrapper-manager/neovim/viper-init-plugin/lua/viper/visual.lua

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,25 @@ require("lualine").setup {
2929
component_separators = { left = "", right = "" },
3030
section_separators = { left = "", right = "" },
3131
},
32+
sections = {
33+
lualine_a = { "mode" },
34+
lualine_b = { "branch", "diff" },
35+
lualine_c = { "diagnostics" },
36+
lualine_x = {
37+
{
38+
"fileformat",
39+
symbols = {
40+
unix = "unix",
41+
dos = "dos",
42+
mac = "mac",
43+
},
44+
},
45+
"encoding",
46+
"filesize",
47+
},
48+
lualine_y = { "filetype", "filename" },
49+
lualine_z = { "location" },
50+
},
3251
}
3352

3453
require("dressing").setup {}

test.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)