From ae56946206235b8b6f30a184d29a41cc5dcc39ca Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 24 Apr 2023 07:13:20 +0200 Subject: Neovim things --- Common/nvim/lua/basic.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Common/nvim/lua/basic.lua') diff --git a/Common/nvim/lua/basic.lua b/Common/nvim/lua/basic.lua index 0e030ec..e731da8 100755 --- a/Common/nvim/lua/basic.lua +++ b/Common/nvim/lua/basic.lua @@ -253,3 +253,9 @@ map('n', 'sl', ':source vim_session.vim', silentnoremap) -- "BufcloseCloseIt()", -- {bang = true} --) + + + + +-- This is to get rid of weird artifacts with text showing up inside buffer. +vim.opt.title = false -- cgit v1.2.3