From 05af223b15e0fcc67aca55ef45b044f0f3c0a3a5 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Mon, 20 Feb 2023 16:14:56 +0100 Subject: nvim: updated some settings and lspconfig --- .config/nvim/lua/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nvim/lua/options.lua') diff --git a/.config/nvim/lua/options.lua b/.config/nvim/lua/options.lua index 8909651..860a560 100644 --- a/.config/nvim/lua/options.lua +++ b/.config/nvim/lua/options.lua @@ -28,13 +28,13 @@ set.ruler = false set.timeout = false set.ttimeoutlen = 200 set.wrap = false -set.fcs = 'eob: ' +-- set.fcs = 'eob: ' set.swapfile = false set.pumblend = 0 set.splitright = true set.splitbelow = true set.cursorline = true -set.signcolumn = 'yes' +set.signcolumn = 'auto' set.title = true -- set.cmdheight = 0 set.winbar = '%=%m %f' -- cgit v1.2.3-70-g09d2