mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
plugins/parinfer-rust: init
This commit is contained in:
parent
331f0430e4
commit
22351f4628
3 changed files with 52 additions and 0 deletions
24
tests/test-sources/plugins/languages/parinfer-rust.nix
Normal file
24
tests/test-sources/plugins/languages/parinfer-rust.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.parinfer-rust.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.parinfer-rust = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
mode = "smart";
|
||||
enabled = true;
|
||||
force_balance = false;
|
||||
comment_char = ";";
|
||||
string_delimiters = [''"''];
|
||||
lisp_vline_symbols = false;
|
||||
lisp_block_comments = false;
|
||||
guile_block_comments = false;
|
||||
scheme_sexp_comments = false;
|
||||
janet_long_strings = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue