aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/lua')
-rwxr-xr-xCommon/nvim/lua/basic.lua6
1 files changed, 6 insertions, 0 deletions
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', '<leader>sl', ':source vim_session.vim<cr>', silentnoremap)
-- "<SID>BufcloseCloseIt()",
-- {bang = true}
--)
+
+
+
+
+-- This is to get rid of weird artifacts with text showing up inside buffer.
+vim.opt.title = false