mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +00:00
Update readme
This commit is contained in:
parent
01a04fb691
commit
a2d591a173
2 changed files with 16 additions and 17 deletions
17
README.md
17
README.md
|
|
@ -1,5 +1,20 @@
|
||||||
|
# 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
|
## Install avante
|
||||||
|
|
||||||
cd ~/.local/share/nvim/lazy/avante.nvim
|
cd ~/.local/share/nvim/lazy/avante.nvim
|
||||||
LUA_VERSION=luajit bash ./build.sh
|
LUA_VERSION=luajit bash ./build.sh
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
# My neovim config
|
|
||||||
|
|
||||||
```sh
|
|
||||||
./install.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Forked starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
|
||||||
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
|
||||||
|
|
||||||
## Installing avante
|
|
||||||
|
|
||||||
```
|
|
||||||
brew install ollama
|
|
||||||
ollama serve &
|
|
||||||
ollama pull mistral # or ollama pull llama3:8b-q4_0
|
|
||||||
ollama run mistral
|
|
||||||
Loading…
Add table
Reference in a new issue