format with nixfmt
This commit is contained in:
parent
89382ce25e
commit
9c77d8a217
22 changed files with 847 additions and 826 deletions
|
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
incrementalSelection = {
|
||||
enable = true;
|
||||
keymaps = {
|
||||
initSelection = "g<space><space>";
|
||||
nodeIncremental = "g<space><space>";
|
||||
scopeIncremental = "<c-s>";
|
||||
nodeDecremental = "g<space>m";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
plugins = {
|
||||
treesitter = {
|
||||
enable = true;
|
||||
incrementalSelection = {
|
||||
enable = true;
|
||||
keymaps = {
|
||||
initSelection = "g<space><space>";
|
||||
nodeIncremental = "g<space><space>";
|
||||
scopeIncremental = "<c-s>";
|
||||
nodeDecremental = "g<space>m";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue