Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[vy] nvim config


SETUP / TROUBLESHOOTING

avante.nvim

  • to fix failed to load avante_repo_map or make sure to build avante try: cd ~/.local/share/nvim/lazy/avante.nvim && make

[note: requires cargo & rustc] [reference]

copilot.lua

  • run :Copilot Auth to authenticate copilot

image.nvim

  • sudo pacman -Syu imagemagick on arch

cord.nvim

  • requires setting up npiperelay & socat
    • sudo pacman -S socat
    • ref npiperelay;
      • go mod init <module_name>
      • go get github.com/jstarks/npiperelay
      • GOOS=windows go build -o /mnt/c/Users/<myuser>/go/bin/npiperelay.exe github.com/jstarks/npiperelay
    • edit ~/.zshrc & add the following alias

nvim() { if ! pgrep socat &>/dev/null; then socat UNIX-LISTEN:/tmp/discord-ipc-0,fork
EXEC:"npiperelay.exe //./pipe/discord-ipc-0" & fi command nvim "$@" }


`wakatime.nvim`
- `sudo pacman -S wakatime` to install wakatime & `:WakaTimeApiKey` to enter API key

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages