lualine.nvim/lua
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
..
lualine enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
tests enhance: change method of getting file encoding 2021-10-22 21:18:27 +06:00
lualine.lua chore: repo transfer to nvim-lualine 2021-10-22 10:57:04 +06:00
lualine_require.lua doc: improve code documentation (#82) 2021-10-12 20:04:47 +06:00