neovim: Diable automatic new line at end of file

This commit is contained in:
seajee
2025-01-18 10:59:08 +01:00
parent 3263eeed58
commit e0f524d49c

View File

@@ -61,6 +61,9 @@ vim.opt.splitbelow = false
vim.opt.list = false vim.opt.list = false
vim.opt.listchars = { tab = "» ", space = "·", trail = "·", nbsp = "" } vim.opt.listchars = { tab = "» ", space = "·", trail = "·", nbsp = "" }
-- Diable automatic new line at end of file
vim.opt.fixendofline = false
-- Preview substitutions live, as you type! -- Preview substitutions live, as you type!
vim.opt.inccommand = "nosplit" vim.opt.inccommand = "nosplit"