Skip to content

Commit

Permalink
neovim multiple distros not finished yet
Browse files Browse the repository at this point in the history
  • Loading branch information
linkarzu committed Nov 19, 2024
1 parent d4b32aa commit 2c16c87
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,16 +386,18 @@ kickstart: require("kickstart.health").check()

### Adding NvChad

- Go to the [NvChad website](https://nvchad.com/docs/quickstart/install/){:target="\_blank"} for the installation instructions
- Go to the
[NvChad website](https://nvchad.com/docs/quickstart/install/){:target="\_blank"}
for the installation instructions
- It will instruct you to install with this command

```bash
git clone https://github.com/NvChad/starter ~/.config/nvim && nvim
```

- I don't want to do that, as it will replace my `~/.config/nvim` configuration
- Instead I want to download NvChad to my dotfiles, then create a symlink
and configure the `NVIM_APPNAME` as we did before
- Instead I want to download NvChad to my dotfiles, then create a symlink and
configure the `NVIM_APPNAME` as we did before

## First time setup

Expand Down

0 comments on commit 2c16c87

Please sign in to comment.