2021-02-13 01:03:57 +01:00
|
|
|
-- Copyright (c) 2020-2021 hoob3rt
|
|
|
|
-- MIT license, see LICENSE for more details.
|
2021-10-10 22:43:00 +06:00
|
|
|
local function encoding()
|
2021-10-21 10:16:12 -03:00
|
|
|
return vim.opt.fileencoding:get()
|
2021-09-04 00:28:20 +06:00
|
|
|
end
|
2021-04-11 14:20:41 +06:00
|
|
|
|
2021-10-10 22:43:00 +06:00
|
|
|
return encoding
|