Fixed issue with tabs not being shown correctly in nvim

master
_N0x 2 years ago
parent 571fd6685d
commit 3506327493

@ -47,5 +47,5 @@ end
vim.cmd "set whichwrap+=<,>,[,],h,l"
vim.cmd [[set iskeyword+=-]]
vim.cmd "set listchars=space:·"
vim.cmd "set listchars=tab:\\ \\ ,space:·"
--vim.cmd "set term=screen-256color"

Loading…
Cancel
Save