mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
tests/modules/files: init
This commit is contained in:
parent
e32d155007
commit
6b6de34c22
1 changed files with 16 additions and 0 deletions
16
tests/modules/files.nix
Normal file
16
tests/modules/files.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
after = {
|
||||
files."after/ftplugin/python.lua" = {
|
||||
localOptions.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