diff options
Diffstat (limited to 'Common/nvim/lua')
-rwxr-xr-x | Common/nvim/lua/basic.lua | 6 |
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 |