mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 22:04:31 +02:00
plugins/languages: move to by-name
This commit is contained in:
parent
9d323f3ec7
commit
b1d0959bc9
71 changed files with 19 additions and 36 deletions
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
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