documenting changes

This commit is contained in:
2026-06-15 23:38:12 +02:00
parent b93231d57e
commit cf84352642
2 changed files with 74 additions and 1 deletions

View File

@@ -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"