1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 12:01:06 +01:00

vim: fix lsp config

This commit is contained in:
2025-12-04 16:50:32 +01:00
parent 2a7e972256
commit 3357121044
13 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
vimUtils,
fetchFromGitHub,
}: (vimUtils.buildVimPluginFrom2Nix rec {
}: (vimUtils.buildVimPlugin {
pname = "vim-fetch";
version = "76c08586";
src = fetchFromGitHub {