mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
20 lines
276 B
Markdown
20 lines
276 B
Markdown
# My neovim config
|
|
|
|
```sh
|
|
./install.sh
|
|
```
|
|
|
|
## Installing avante
|
|
|
|
```
|
|
brew install ollama
|
|
ollama serve &
|
|
ollama pull mistral # or ollama pull llama3:8b-q4_0
|
|
ollama run mistral
|
|
```
|
|
|
|
|
|
## Install avante
|
|
|
|
cd ~/.local/share/nvim/lazy/avante.nvim
|
|
LUA_VERSION=luajit bash ./build.sh
|