feat(vim): Remove tilde indicator for EOF
This commit is contained in:
parent
5c1b707afe
commit
f77ce5f2eb
@ -72,6 +72,9 @@ vim.g.loaded_node_provider = 0
|
|||||||
-- Disable error bell
|
-- Disable error bell
|
||||||
vim.opt.errorbells = false
|
vim.opt.errorbells = false
|
||||||
|
|
||||||
|
-- Hide emptyline ~
|
||||||
|
vim.opt.fillchars = { eob = " " }
|
||||||
|
|
||||||
--- Tab configuration ---
|
--- Tab configuration ---
|
||||||
-- Show tabs at 4 spaces
|
-- Show tabs at 4 spaces
|
||||||
vim.opt.tabstop = 4
|
vim.opt.tabstop = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user