From f76d2cf5de248ff615e0f90131d4adbcc528d04b Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 18 Sep 2023 10:49:17 +0200 Subject: [PATCH] Removing the ~ from the emptylines Signed-off-by: Taken --- lua/taken/core/opts.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/taken/core/opts.lua b/lua/taken/core/opts.lua index ab2cd7c..a026a5d 100644 --- a/lua/taken/core/opts.lua +++ b/lua/taken/core/opts.lua @@ -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 = "."