vim: remove percentage from status line
This commit is contained in:
parent
b835defa1b
commit
ea887c4af4
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ local encoding = function ()
|
||||||
return vim.opt.encoding:get()
|
return vim.opt.encoding:get()
|
||||||
end
|
end
|
||||||
local fileformat = { 'fileformat', padding = { left = 0, right = 1} }
|
local fileformat = { 'fileformat', padding = { left = 0, right = 1} }
|
||||||
local progress = { '%3p%%×%L %3l:%-2v', padding = { left = 0, right = 1 } }
|
local progress = '%3l/%L|%-2v' -- line / total |column
|
||||||
|
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue