more
This commit is contained in:
@@ -29,6 +29,16 @@
|
||||
pattern = "elixir,eelixir,heex";
|
||||
command = "setlocal expandtab tabstop=2 shiftwidth=2 softtabstop=2";
|
||||
}
|
||||
{
|
||||
event = "FileType";
|
||||
group = "Christoph";
|
||||
pattern = "opencode,opencode_output";
|
||||
callback.__raw = ''
|
||||
function()
|
||||
vim.b.ministatusline_disable = true
|
||||
end
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user