2024-02-09 21:14:28 +01:00
|
|
|
{
|
|
|
|
after = {
|
|
|
|
files."after/ftplugin/python.lua" = {
|
2024-03-29 20:58:44 +00:00
|
|
|
localOpts.conceallevel = 1;
|
2024-02-09 21:14:28 +01:00
|
|
|
|
|
|
|
keymaps = [
|
|
|
|
{
|
|
|
|
mode = "n";
|
|
|
|
key = "<C-g>";
|
|
|
|
action = ":!python script.py<CR>";
|
|
|
|
options.silent = true;
|
|
|
|
}
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|