craftzdog / dotfiles-public

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to disable removing last line in neovim?

jovanovicbogdan opened this issue · comments

Right now with devaslife's neovim configuration upon saving the file auto-formatting will be applied and will remove the last line by default. Is there a way to disable removing the last line because some programming language files require it to have e.g. Java?

Thanks!

Sorry, I didn't know that prettier is adding the last line by default.