Evie Litherland-Smith
4054030afc
Separate nvim config into separate project, to be used as submodule for main dotfile
10 lines
178 B
Lua
10 lines
178 B
Lua
vim.opt.fillchars:append {
|
|
horiz = "━",
|
|
horizup = "┻",
|
|
horizdown = "┳",
|
|
vert = "┃",
|
|
vertleft = "┨",
|
|
vertright = "┣",
|
|
verthoriz = "╋",
|
|
}
|