mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/julia-cell: switch to mkVimPlugin
This commit is contained in:
parent
e76acb65b3
commit
9d30e87455
2 changed files with 58 additions and 70 deletions
|
@ -7,8 +7,10 @@
|
|||
plugins.julia-cell = {
|
||||
enable = true;
|
||||
|
||||
delimitCellsBy = "marks";
|
||||
tag = "##";
|
||||
settings = {
|
||||
delimit_cells_by = "marks";
|
||||
tag = "##";
|
||||
};
|
||||
|
||||
keymaps = {
|
||||
silent = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue