From 9570be0ff69a71ac42cdec1ef054dcb8950fae39 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 12 Jan 2025 13:54:54 +0100 Subject: [PATCH] vimPlugins.easy-dotnet-nvim: init at 2025-01-11 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/overrides.nix | 11 +++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 3 files changed, 24 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 0cf40bd5787f..9c2898b48d53 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -3763,6 +3763,18 @@ final: prev: meta.homepage = "https://github.com/earthly/earthly.vim/"; }; + easy-dotnet-nvim = buildVimPlugin { + pname = "easy-dotnet.nvim"; + version = "2025-01-11"; + src = fetchFromGitHub { + owner = "GustavEikaas"; + repo = "easy-dotnet.nvim"; + rev = "b689ea29d112e91d33cdf11ba702dfc9adfb10de"; + sha256 = "1vc4qr9h97rmhmhsfviihx8kv7c2d0kzvvfnq7qqpmfgw44xjq0x"; + }; + meta.homepage = "https://github.com/GustavEikaas/easy-dotnet.nvim/"; + }; + echodoc-vim = buildVimPlugin { pname = "echodoc.vim"; version = "2022-11-27"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index f3c3de7c4925..47053c2da49a 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1015,6 +1015,17 @@ in nvimSkipModule = "dropbar.menu"; }; + easy-dotnet-nvim = super.easy-dotnet-nvim.overrideAttrs { + dependencies = with self; [ + plenary-nvim + telescope-nvim + ]; + checkInputs = with self; [ + # Pickers, can use telescope or fzf-lua + fzf-lua + ]; + }; + efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs { dependencies = [ self.nvim-lspconfig ]; }; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 509127cb2e2a..7186d90b20f7 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -311,6 +311,7 @@ https://github.com/Mofiqul/dracula.nvim/,HEAD, https://github.com/stevearc/dressing.nvim/,, https://github.com/Bekaboo/dropbar.nvim/,HEAD, https://github.com/earthly/earthly.vim/,HEAD, +https://github.com/GustavEikaas/easy-dotnet.nvim/,HEAD, https://github.com/Shougo/echodoc.vim/,, https://github.com/sainnhe/edge/,, https://github.com/edgedb/edgedb-vim/,,