mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: prefer unix line endings
This commit is contained in:
parent
dd05d65994
commit
e885d4ea66
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue