Removing the ~ from the emptylines
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -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 = "."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user