neovim: Diable automatic new line at end of file
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user