mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
plugins/utils: move to by-name
This commit is contained in:
parent
faff32b9f1
commit
52f125679f
195 changed files with 2 additions and 102 deletions
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.indent-o-matic.enable = true;
|
||||
};
|
||||
|
||||
example = {
|
||||
plugins.indent-o-matic = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
max_lines = 2048;
|
||||
skip_multiline = false;
|
||||
standard_widths = [
|
||||
2
|
||||
4
|
||||
8
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue