Migrated init.lua into plugin files
This commit is contained in:
5
AppData/Local/nvim/lua/config/encodings.lua
Normal file
5
AppData/Local/nvim/lua/config/encodings.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
-- ensure UTF-8 everywhere by default
|
||||
vim.opt.encoding = 'utf-8'
|
||||
vim.opt.fileencoding = 'utf-8'
|
||||
vim.opt.fileencodings = { 'utf-8' }
|
||||
Reference in New Issue
Block a user