nixpkgs/pkgs/applications/editors/neovim
Mango The Fourth 51e69413cf
neovimUtils.grammarToPlugin: also move the queries (#321550)
This installs queries from source into the neovim expected folder.

Some grammar queries are already in a folder like expected by neovim but others (notably the treesitter official ones) are not so the code deals with both. 
For instance the koka grammar puts its queries directly in "queries" folder https://github.com/mtoohey31/tree-sitter-koka/tree/main/queries
but some others puts it in a folder expected by neovim like https://github.com/tjdevries/tree-sitter-lua/tree/master/queries/lua .
2024-06-30 19:17:04 +02:00
..
gnvim treewide: add meta.mainProgram to packages with a single binary 2024-03-19 03:14:51 +01:00
ruby_provider
tests treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
build-neovim-plugin.nix buildNeovimPlugin: set version accordingly to the manual guidelines (#289008) 2024-02-25 18:15:04 +01:00
utils.nix neovimUtils.grammarToPlugin: also move the queries (#321550) 2024-06-30 19:17:04 +02:00
wrapper.nix neovim: remove warning about --replace 2024-06-11 00:06:06 +02:00