lualine.nvim/lua/lualine
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
..
components enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
extensions Revert "fix(extension): fix some extension showing a section in whole line" 2021-10-08 03:57:05 +06:00
themes chore: add license statements and update benchmarks 2021-09-20 17:48:22 +06:00
utils doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
component.lua fixup: fix missing `self` (#84) 2021-10-13 07:17:24 +06:00
config.lua doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00
highlight.lua doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00