feat: customize moonfly

This commit is contained in:
2024-01-07 15:18:15 +01:00
parent 8ab36a925e
commit 448d6aa807
2 changed files with 24 additions and 2 deletions
+10 -1
View File
@@ -19,7 +19,16 @@ vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.mouse = "a"
vim.opt.mousemodel = "popup"
vim.opt.fillchars:append("diff: ")
vim.opt.fillchars = {
diff = " ",
horiz = "",
horizup = "",
horizdown = "",
vert = "",
vertleft = "",
vertright = "",
verthoriz = "",
}
vim.opt.splitbelow = true
vim.opt.splitright = true
-- set tabline=%!MyTabLine()