colors
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user