mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
utility/qmk-nvim: Fix links broken in module rename
This commit is contained in:
parent
f7e964249f
commit
e713935386
3 changed files with 4 additions and 4 deletions
|
@ -480,9 +480,9 @@
|
||||||
[roslyn-ls]: https://github.com/dotnet/vscode-csharp
|
[roslyn-ls]: https://github.com/dotnet/vscode-csharp
|
||||||
[jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server
|
[jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server
|
||||||
[jsonfmt]: https://github.com/caarlos0/jsonfmt
|
[jsonfmt]: https://github.com/caarlos0/jsonfmt
|
||||||
[qmk.nvim]: https://github.com/codethread/qmk.nvim
|
[qmk-nvim]: https://github.com/codethread/qmk.nvim
|
||||||
|
|
||||||
- Add just support under `vim.languages.just` using [just-lsp].
|
- Add just support under `vim.languages.just` using [just-lsp].
|
||||||
- Add [roslyn-ls] to the `vim.languages.csharp` module.
|
- Add [roslyn-ls] to the `vim.languages.csharp` module.
|
||||||
- Add JSON support under `vim.languages.json` using [jsonls] and [jsonfmt].
|
- Add JSON support under `vim.languages.json` using [jsonls] and [jsonfmt].
|
||||||
- Add QMK support under `vim.utility.qmk` via [qmk.nvim].
|
- Add QMK support under `vim.utility.qmk` via [qmk-nvim].
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
./oil-nvim
|
./oil-nvim
|
||||||
./outline
|
./outline
|
||||||
./preview
|
./preview
|
||||||
./qmk
|
./qmk-nvim
|
||||||
./sleuth
|
./sleuth
|
||||||
./smart-splits
|
./smart-splits
|
||||||
./snacks-nvim
|
./snacks-nvim
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./config.nix
|
./config.nix
|
||||||
./qmk.nix
|
./qmk-nvim.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue