diff --git a/nvim/lua/user/options.lua b/nvim/lua/user/options.lua index dcd7857..a2009fc 100644 --- a/nvim/lua/user/options.lua +++ b/nvim/lua/user/options.lua @@ -37,6 +37,8 @@ vim.o.shortmess = "atIF" -- Editor ------------------------------------------------------- +vim.o.fileformats = "unix,dos" + vim.o.wrap = false -- Disable line wrap vim.o.cursorline = true vim.o.scrolloff = 10