neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 4788abf2da6bb5c37e880d74a73a4a7de736b6ac
parent 32b49448b227588c2fbc93f89743104fd445e0a6
Author: dundargoc <gocdundar@gmail.com>
Date:   Thu,  8 Feb 2024 21:45:51 +0100

build: stop installing parser.h from treesitter

Diffstat:
Mcmake.deps/cmake/TreesitterCMakeLists.txt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmake.deps/cmake/TreesitterCMakeLists.txt b/cmake.deps/cmake/TreesitterCMakeLists.txt @@ -13,7 +13,6 @@ target_include_directories(tree-sitter install(FILES lib/include/tree_sitter/api.h - lib/include/tree_sitter/parser.h DESTINATION include/tree_sitter) include(GNUInstallDirs)