Removing the ~ from the emptylines

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-18 10:49:17 +02:00
parent ccb6e891b9
commit f76d2cf5de

View File

@@ -1,11 +1,12 @@
local g = vim.g
local o = vim.o
local opt = vim.opt
local cmd = vim.cmd
local cursorcolumncolor = vim.fn.synIDattr(vim.fn.hlID("CursorColumn"), "bg")
cmd("hi CursorLine guibg=" .. cursorcolumncolor)
opt.fillchars = "eob: "
g.mapleader = " "
g.maplocalleader = "."