-
Notifications
You must be signed in to change notification settings - Fork 640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Prerequisite for C compiler #118
Comments
Yeah, I think we should have to install gcc. |
Did you find any solution for second issue? |
cloned harpoon into ~/personal |
checkout out harpoon2 branch looks fine now. |
If you're copying his files, his return {
"ThePrimeagen/harpoon", -- his is something like ~/personal/harpoon
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
local harpoon = require("harpoon")
harpoon:setup()
--[[
<set your preferred keybinds for harpoon:list():add(), select(), toggle_quick_menu(), etc.>
I recommend setting your own keybinds here. Primeagen uses dvorak layout.
--]]
end
} |
After watching your great video I decided it would be easier to start with your config and modify it rather that starting from scratch.
After cloning the repo I get
I think C should be added as a prerequiste.
After installing C, using https://developers.redhat.com/articles/2023/11/10/install-gcc-and-build-hello-world-application-rhel-8#,
I get errors on harpoon so there is probably another prerequiste.
The text was updated successfully, but these errors were encountered: