master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit c19072c4cd - Show all commits

View File

@@ -61,7 +61,8 @@ opt.foldlevel = 20
opt.foldmethod = 'expr'
opt.foldexpr = 'nvim_treesitter#foldexpr()'
local function status_line()
if vim.version().minor >= 8 then
local function status_line()
local file_name = "%-.32t"
local modified = " %-m"
local right_align = "%="
@@ -76,6 +77,7 @@ local function status_line()
line_no,
pct_thru_file
)
end
end
opt.winbar = status_line()
opt.winbar = status_line()
end