| Commit message (Collapse) | Author |
|
|
|
This includes using the actual names of luasnip functions instead of
these single char globals.
This also includes basic formatting and occasional linebreaks.
|
|
These snippets were never used.
|
|
|
|
This change also ensures that this repo is reuse-3.0 compliant.
|
|
|
|
|
|
|
|
|
|
|
|
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
|
|
This is not used much, and I can wait until it is in nixpkgs.
|
|
|
|
|
|
|
|
|
|
Thus, all dos files will magically change to Linux ones.
|
|
The attrs in `lsp.servers` seem to be taken literally and as such do not
support the `lib.modules.mkIf` mechanic, nixos normally supports. Thus
moving the `lib.mkIf` calls to the parent attrs should fix it.
|
|
The neorg filetype is named `norg` not `neorg`.
|
|
|
|
|
|
|
|
|
|
`nvim` has by now reached version 0.10.0 in nixpkgs.
|
|
|
|
|