-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Question] How to launch after cloning this project? #8
Comments
can you succeed to create the workflow ? I want to talk about you about that.... |
Brief work flow to set up NeoVimClone the repogit clone https://github.com/craftzdog/dotfiles-public.git If you only want the NeoVim config, then copy the mkdir ~/.config/nvim
cp -r dotfiles-public/.config/nvim/ ~/.config/nvim/ Plugin manager installationpacker.nvim is the plugin manager being used here. So, you will need to install that first.
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim If you use Arch Linux, there is also an AUR package.
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim" Once the plugin manager is installed, you can proceed to install all the plugins. Plugins installationOpen the nvim ~/.config/nvim/lua/craftzdog/plugins.lua Switch to :PackerInstall The above command will install your plugins. Tree sitterUse the following command to display a list of languages you could install. :TSInstallInfo Install the required language parsers: :TSInstall <language_to_install> I hope this answers your question. |
@ksaswin I'd also recommend to take a look at dotbot to automate setup, here is my dotfiles based on the craftzdog dotfiles for |
@ksaswin I am not able to use command :PackerInstall. It says, "PackerInstall is not an editor command". Using Windows Powershell, and also had installed packer.nvim and neovim. |
@Sachinanand99 Are all the config files in the right place? |
Looks like the config files aren't at the right location. In the workflow I provided, the commands were actually for Linux/Mac users! Probably that's what caused the confusion😅 |
so for windows
|
@ksaswin When I try to install the plugins, I get an error "error is not an editor command :PackerInstall", could you help me please, I really want this configuration |
Hi @roda404, I noticed that he has migrated to LazyVim as his base configuration. I would suggest looking into the documentations for info regarding the same :) From the docs:
|
nvim but I dont see anything other than the default nvim screen?
MacOSX Big Sur setup
The text was updated successfully, but these errors were encountered: