| Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This is a huge hack, that doesn't even work with all my applications
(notably, alacritty does not support ibus.) As such, simply disabling it
is the right call.
|
|
|
|
My AMD GPU is just not supported by ROCm. And whilst ollama will
(sometime) start with this configuration, it is just slower than directly
running with the CPU.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also includes casting the colour to a longer stretch of zeros, to
ensure that it is treated as a colour and not as a string.
|
|
|
|
|
|
It is possible that the config file is sourced, without a started
server. This is effectively a race condition, which can only be fixed
upstream, but we can at least try to connect to the server again.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thus, all dos files will magically change to Linux ones.
|
|
This also ensures, that all the needed previewers are available
|
|
This both avoids having to commit the `lf_cd.age` file and ensures that
it is always up to date.
|
|
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.
|
|
|
|
|
|
This removes some unneeded ones and adds the ARROW UP mapping to ensure
symmetry to the ARROW DOWN mapping.
|
|
This feature regressed in less 661 but was fixed in 668.
See:
- https://github.com/gwsw/less/issues/551
- https://github.com/gwsw/less/commit/2526c72b1212b2a1f34bdda88a93b0c7f7b4a16a
|
|
|