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