about summary refs log tree commit diff stats
path: root/todo.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-19 20:36:54 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 20:36:54 +0200
commit926ffc9c04613d0a60c46d0fc417244dc318817d (patch)
tree9181277612467ef82e22d4ccbdaa57be7fbc8f83 /todo.md
parentFix(hm/conf/neovim): Remove duplicate mapping, which mapped n to n (diff)
downloadnixos-config-926ffc9c04613d0a60c46d0fc417244dc318817d.tar.gz
nixos-config-926ffc9c04613d0a60c46d0fc417244dc318817d.zip
Fix(hm/conf/neovim/autocmds): Add anchor to space replacement
Without this the following code would be completely minimized:
```
{...}:{
  services.lua_language={
    enable=true;
  };
}
```
→
```
{...}:{
services.lua_language={
enable=true;
};
}
```.
Now it should only strip the whitespace at the end of the lines.
Diffstat (limited to 'todo.md')
0 files changed, 0 insertions, 0 deletions