Unverified Commit 74c28082 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.ctags-lsp-nvim: init at 2024-12-08 (#379159)

parents ef706781 6a924221
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3031,6 +3031,18 @@ final: prev:
    meta.homepage = "https://github.com/hat0uma/csvview.nvim/";
  };
  ctags-lsp-nvim = buildVimPlugin {
    pname = "ctags-lsp.nvim";
    version = "2024-12-08";
    src = fetchFromGitHub {
      owner = "netmute";
      repo = "ctags-lsp.nvim";
      rev = "aaae7b5d8dc7aeb836c63301b8eb7311af49bb2a";
      sha256 = "06h388vkp8nv15wbh96pza85994xf979s7kjqrli4s6y5ygw6m02";
    };
    meta.homepage = "https://github.com/netmute/ctags-lsp.nvim/";
  };
  ctrlp-cmatcher = buildVimPlugin {
    pname = "ctrlp-cmatcher";
    version = "2015-10-15";
+1 −0
Original line number Diff line number Diff line
@@ -250,6 +250,7 @@ https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD,
https://github.com/davidmh/cspell.nvim/,HEAD,
https://github.com/chrisbra/csv.vim/,,
https://github.com/hat0uma/csvview.nvim/,HEAD,
https://github.com/netmute/ctags-lsp.nvim/,HEAD,
https://github.com/JazzCore/ctrlp-cmatcher/,,
https://github.com/FelikZ/ctrlp-py-matcher/,,
https://github.com/amiorin/ctrlp-z/,,