lualine.nvim/lua/lualine/components
André Augusto e917677a3a enhance: change method of getting file encoding
Currently, lualine gets the encoding using this:
[[%{strlen(&fenc)?&fenc:&enc}]] My suggestion is to change this string
to `vim.opt.fileencoding:get()` This suggestion is because I would like
to use the option "fmt = string.upper", and with the current string it
doesn't work, but using vim.opt function correctly
2021-10-22 21:18:27 +06:00
..
branch chore: update readme 2021-10-22 19:10:33 +06:00
buffers doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
diagnostics feat: add option to always show diagnostics 2021-10-22 18:07:34 +06:00
diff chore: update readme 2021-10-22 19:10:33 +06:00
special chore: repo transfer to nvim-lualine 2021-10-22 10:57:04 +06:00
tabs doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
encoding.lua enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
fileformat.lua refactor: separate the child creation and initialization (#81) 2021-10-11 16:41:19 +06:00
filename.lua doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
filesize.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
filetype.lua chore: remove deprecation notices and deprecated options from #24 2021-10-11 17:10:24 +06:00
hostname.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
location.lua enhance: use virtual column(%v) for location and line no (%p) for progress 2021-10-22 09:45:26 +06:00
mode.lua enhance: allow components to be functions too (#81) 2021-10-11 16:41:25 +06:00
progress.lua enhance: use virtual column(%v) for location and line no (%p) for progress 2021-10-22 09:45:26 +06:00