Minor things

This commit is contained in:
Martin Pander
2025-06-25 15:37:06 +02:00
parent 9f75201e84
commit c736ac9c64
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,7 @@
}; };
}; };
initExtra = '' initContent = ''
HISTCONTROL='erasedups:ignoreboth' HISTCONTROL='erasedups:ignoreboth'
HISTIGNORE='&:[ ]*:exit:ls:bg:fg:history:clear' HISTIGNORE='&:[ ]*:exit:ls:bg:fg:history:clear'
unsetopt beep unsetopt beep

View File

@ -50,6 +50,7 @@ vim.opt.syntax = 'on'
vim.opt.encoding = 'utf-8' vim.opt.encoding = 'utf-8'
vim.opt.completeopt = 'menu,menuone,noselect' vim.opt.completeopt = 'menu,menuone,noselect'
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.conceallevel = 1
---------------------------- ----------------------------