You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my Neovim configuration, using Lazy for plugin management
Environment: MacOS + iTerm2
Initialization Process
Install Nerd Font, recommended JetBrainsMonoNerdFontMono-Regular, after downloading and installation, switch terminal font
Clone the project and create a symlink to /Users/{your user}/.config/nvim/
Open lua/config/lang.lua in nvim config directory to configure development languages
Install lsp-server via :Mason
Install ripgrep for global search: brew install ripgrep
(Optional) Enable Copilot :Copilot auth
(Optional) Enable Avante by modifying provider configuration in lua/config/avante.lua, and update API Key in environment variables: export OPENAI_API_KEY=xxx