This commit is contained in:
2026-03-12 21:29:16 +00:00
parent c620d32c51
commit dbfcacb6e7
3 changed files with 30 additions and 10 deletions

View File

@@ -14,6 +14,19 @@
};
in {
programs.nixvim = {
autoCmd = [
{
event = "FileType";
group = "Christoph";
pattern = "opencode,opencode_output";
callback.__raw = ''
function()
vim.b.ministatusline_disable = true
end
'';
}
];
extraPlugins = [
opencode-nvim
];