fix eval warnings

This commit is contained in:
Satria 2026-04-08 20:17:35 +07:00
commit a880332346
6 changed files with 10 additions and 6 deletions

View file

@ -44,6 +44,8 @@
enable = true;
defaultEditor = true;
vimAlias = true;
withRuby = false;
withPython3 = false;
initLua = ''
vim.opt.clipboard = "unnamedplus"
vim.opt.termguicolors = true
@ -81,6 +83,7 @@
};
git = {
enable = true;
signing.format = null;
settings = {
pull.rebase = "true";
credential.helper = "cache --timeout=3600";