set ff=unix in neovim

This commit is contained in:
JesseBot 2025-01-23 18:25:30 +01:00
parent 7a1ef41cfc
commit b384c2d6a9
No known key found for this signature in database

View file

@ -7,6 +7,8 @@
-- turn off the mouse scrolling because it is confusing
vim.opt.mousescroll = 'ver:0,hor:0'
vim.api.nvim_command('set ff=unix')
-- line numbers for debugging and screen sharing, takes up 4 columns
vim.opt.number = true
vim.opt.numberwidth = 4