documenting changes
This commit is contained in:
@@ -34,6 +34,6 @@ vim.opt.listchars = {
|
||||
|
||||
vim.opt.list = true
|
||||
-- only show the invisible characters inside the code editing buffers
|
||||
vim.cmd([[autocmd BufWinEnter,TermOpen * if &buftype != '' | setlocal nolist | endif]])
|
||||
vim.cmd([[autocmd BufWinEnter * if &buftype != '' | setlocal nolist | endif]])
|
||||
|
||||
vim.opt.shell = "bash"
|
||||
|
||||
Reference in New Issue
Block a user