nixpkgs 26.05

This commit is contained in:
J. Fernando Sánchez
2026-06-16 14:06:00 +02:00
parent 2cce13f50c
commit 29251579e0
5 changed files with 25 additions and 23 deletions

View File

@@ -215,8 +215,10 @@ in
markdown
]))
];
withRuby = false;
withPython3 = true;
extraLuaConfig = ''
initLua = ''
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "v:lua.vim.treesitter.foldexpr()"
vim.opt.foldlevel = 99