neovim: Stop it from "fixing" end of line

This commit is contained in:
Peter Cai 2022-08-08 09:48:32 -04:00
parent ad5f634ba5
commit 34d4f6f109
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ set noswapfile
set backupdir=~/.cache/nvim
set cursorline " Highlight current line
set mouse=a " Mouse
set nofixendofline
" Default indentation
set softtabstop=4