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
|
||||
vim.opt.errorbells = false
|
||||
|
||||
-- Hide emptyline ~
|
||||
vim.opt.fillchars = { eob = " " }
|
||||
|
||||
--- Tab configuration ---
|
||||
-- Show tabs at 4 spaces
|
||||
vim.opt.tabstop = 4
|
||||
|
Loading…
Reference in New Issue
Block a user