1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: prefer unix line endings

This commit is contained in:
Henrik Hautakoski 2025-09-28 12:18:49 +02:00
parent dd05d65994
commit e885d4ea66

View file

@ -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