Merge branch 'main' into feat/gettext

This commit is contained in:
raf 2026-03-24 14:49:26 +03:00 committed by GitHub
commit c5a9c578ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 486 additions and 446 deletions

View file

@ -13,6 +13,9 @@ isMaximal: {
logFile = "/tmp/nvim.log";
};
# vim.opts and vim.options are aliased
opts.expandtab = true;
spellcheck = {
enable = true;
programmingWordlist.enable = isMaximal;