vimPlugins.lsp-format-modifications-nvim: init at 2025-12-11 (#469822)

This commit is contained in:
Gaétan Lepage
2025-12-11 20:16:38 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -7873,6 +7873,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
lsp-format-modifications-nvim = buildVimPlugin {
pname = "lsp-format-modifications.nvim";
version = "2025-07-05";
src = fetchFromGitHub {
owner = "joechrisellis";
repo = "lsp-format-modifications.nvim";
rev = "fd2b0de0afa42bea1d310af8337a4a95ebd27260";
sha256 = "1wmahg6dmjv1m64pr65fg912ma6dcnsnb34cdpk40jmdc6szl7pz";
};
meta.homepage = "https://github.com/joechrisellis/lsp-format-modifications.nvim/";
meta.hydraPlatforms = [ ];
};
lsp-format-nvim = buildVimPlugin {
pname = "lsp-format.nvim";
version = "2025-05-08";
@@ -1792,6 +1792,10 @@ assertNoAdditions {
};
});
lsp-format-modifications-nvim = super.lsp-format-modifications-nvim.overrideAttrs {
dependencies = [ self.plenary-nvim ];
};
lspcontainers-nvim = super.lspcontainers-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
};
@@ -604,6 +604,7 @@ https://github.com/azratul/live-share.nvim/,HEAD,
https://github.com/ggml-org/llama.vim/,HEAD,
https://github.com/huggingface/llm.nvim/,HEAD,
https://github.com/folke/lsp-colors.nvim/,,
https://github.com/joechrisellis/lsp-format-modifications.nvim/,HEAD,
https://github.com/lukas-reineke/lsp-format.nvim/,HEAD,
https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD,
https://github.com/Issafalcon/lsp-overloads.nvim/,main,