mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 04:27:46 +01:00
nvim: move space and eol markers to style
This commit is contained in:
parent
2a2dc266b0
commit
6b78c80639
@ -65,11 +65,6 @@ vim.o.undodir = vim.env.XDG_CACHE_HOME .. "/vim/undo"
|
||||
vim.g.python_host_prog = '/usr/bin/python2'
|
||||
vim.g.python3_host_prog = '/usr/bin/python3'
|
||||
|
||||
-- display certain invisible chars
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars:append "space:·"
|
||||
vim.opt.listchars:append "eol:"
|
||||
|
||||
-- folding
|
||||
vim.o.foldcolumn = '0'
|
||||
vim.o.foldlevel = 99
|
||||
|
@ -1,3 +1,8 @@
|
||||
-- display certain invisible chars
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars:append "space:·"
|
||||
vim.opt.listchars:append "eol:"
|
||||
|
||||
-- set signs for various uses
|
||||
Error_sign = " "
|
||||
Warn_sign = " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user