Every time i open NeoVim i get the message "Done. Restart NeoVim.". In order to find out why it didn't work i decided to build from ~/.local/share/nvim/lazy/nvim-textmate and got the next error message when running make
Printing the output from vim.fn.system({ "make", "build", "-C", target_path }) in ~/.local/share/nvim/lazy/nvim-textmate/lua/nvim-textmate/init.lua gives the same error message. The error comes from ../cmake/CMakeList.txt in the
Every time i open NeoVim i get the message "Done. Restart NeoVim.". In order to find out why it didn't work i decided to build from
~/.local/share/nvim/lazy/nvim-textmate
and got the next error message when runningmake
Printing the output from
vim.fn.system({ "make", "build", "-C", target_path })
in~/.local/share/nvim/lazy/nvim-textmate/lua/nvim-textmate/init.lua
gives the same error message. The error comes from../cmake/CMakeList.txt
in thesection.