mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
set ff=unix in neovim
This commit is contained in:
parent
7a1ef41cfc
commit
b384c2d6a9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue