Minor things
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user