diff --git a/README.md b/README.md index 0f01e4f..bbcc806 100644 --- a/README.md +++ b/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 cd ~/.local/share/nvim/lazy/avante.nvim LUA_VERSION=luajit bash ./build.sh - diff --git a/old/README.md b/old/README.md deleted file mode 100644 index 48ba28d..0000000 --- a/old/README.md +++ /dev/null @@ -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