configure astrocore more

This commit is contained in:
Prunebutt 2025-11-21 22:08:37 +01:00
parent dc02604cdf
commit e0dfc1e2d1
6 changed files with 112 additions and 13 deletions

7
plugins/astroui.nix Normal file
View file

@ -0,0 +1,7 @@
{pkgs, lib, ...}:{
extraPlugins = [pkgs.vimPlugins.astroui];
extraConfigLua = /*lua*/ ''
require('astroui').setup({});
'';
}