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
|
||||
[jsonls]: https://github.com/microsoft/vscode/tree/1.101.2/extensions/json-language-features/server
|
||||
[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 [roslyn-ls] to the `vim.languages.csharp` module.
|
||||
- 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
|
||||
./outline
|
||||
./preview
|
||||
./qmk
|
||||
./qmk-nvim
|
||||
./sleuth
|
||||
./smart-splits
|
||||
./snacks-nvim
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./config.nix
|
||||
./qmk.nix
|
||||
./qmk-nvim.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue