mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-28 14:45:26 +02:00
modules/files: fix creating configs of vim type
This commit is contained in:
parent
daa94bd6c2
commit
c9a6912be5
3 changed files with 32 additions and 17 deletions
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
after = {
|
||||
files."after/ftplugin/python.lua" = {
|
||||
localOpts.conceallevel = 1;
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<C-g>";
|
||||
action = ":!python script.py<CR>";
|
||||
options.silent = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue