Skip to content

Commit

Permalink
neovim multiple distros fixed kickstart init.lua path
Browse files Browse the repository at this point in the history
  • Loading branch information
linkarzu committed Dec 13, 2024
1 parent 006a57f commit 477d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/neovim/2024-12-12-multiple-distros.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ echo "XDG_CONFIG_HOME=$download_dir NVIM_APPNAME=$distro $neovim_path"
- To open the `init.lua` file

```bash
XDG_CONFIG_HOME=$download_dir NVIM_APPNAME=$distro $neovim_path $distro/init.lua
XDG_CONFIG_HOME=$download_dir NVIM_APPNAME=$distro $neovim_path $download_dir/$distro/init.lua
```

### Try mini.files
Expand Down

0 comments on commit 477d7ce

Please sign in to comment.