How to install successfully #2081
DreamerTheBurp22nd
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am here to say this since i have sufferred greatly in the search of how to install kickstart nvim. (this is in linux, more specifically ubuntu. Any debian based system works, other distros that dont use apt still need to download the stuff with their package managers, if you use windows, use wsl)
I know it seems simple, but it isn't.
When installing i had one fierced enemy: tree sitter.
So, i will explain everything.
If you just clone the repo, tree sitter will bitch about "build-wasm" and build. This is because if you download tree sitter from apt, you will download an outdated version (0.20, latest is 0.26). We will use cargo. Although, tree sitter also bitches about rustc most likely. So download the nightly version of rustup and set it as default. Finally, stylua will ALSO bitch. To shut it up, you install zip and unzip.
This took me maybe 7 hours trying to get this right.
Beta Was this translation helpful? Give feedback.
All reactions