about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
author"Andrey Kuznetsov" <"fear@loathing.in">2022-08-20 23:18:08 +0000
committer"Andrey Kuznetsov" <"fear@loathing.in">2022-08-20 23:18:08 +0000
commitfaaf77b13ca7060400f3f9cf97c26f90e02af276 (patch)
tree7db690670f5ac752a433ee3fde2eb9a9fa7e6456 /pkgs/applications/editors/vim
parent27aaf5f45a0f7025c78d82e0f42adf13855304ab (diff)
downloadnixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.tar
nixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.tar.gz
nixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.tar.bz2
nixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.tar.lz
nixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.tar.xz
nixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.tar.zst
nixlib-faaf77b13ca7060400f3f9cf97c26f90e02af276.zip
vimPlugins.lsp-format-nvim: init at 2022-05-21
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index e6ab40e80807..9916cac7ca7b 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -4102,6 +4102,18 @@ final: prev:
     meta.homepage = "https://github.com/folke/lsp-colors.nvim/";
   };
 
+  lsp-format-nvim = buildVimPluginFrom2Nix {
+    pname = "lsp-format.nvim";
+    version = "2022-05-21";
+    src = fetchFromGitHub {
+      owner = "lukas-reineke";
+      repo = "lsp-format.nvim";
+      rev = "a5a54eeb36d7001b4a6f0874dde6afd167319ac9";
+      sha256 = "0lj40p9ykj5f0d3sl4g0g0gjbfwx1vm6y5q613zphimpjgs3wl64";
+    };
+    meta.homepage = "https://github.com/lukas-reineke/lsp-format.nvim/";
+  };
+
   lsp-rooter-nvim = buildVimPluginFrom2Nix {
     pname = "lsp-rooter.nvim";
     version = "2021-08-13";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 5670c2f02959..bb78489496eb 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -343,6 +343,7 @@ https://github.com/ldelossa/litee-filetree.nvim/,,
 https://github.com/ldelossa/litee-symboltree.nvim/,,
 https://github.com/ldelossa/litee.nvim/,,
 https://github.com/folke/lsp-colors.nvim/,,
+https://github.com/lukas-reineke/lsp-format.nvim/,HEAD,
 https://github.com/ahmedkhalf/lsp-rooter.nvim/,,
 https://github.com/nvim-lua/lsp-status.nvim/,,
 https://github.com/nvim-lua/lsp_extensions.nvim/,,