Update README.md
This commit is contained in:
@@ -14,23 +14,6 @@ A Neovim configuration optimized for Lisp development (Fennel, Clojure, Scheme,
|
|||||||
- **Neovim 0.11+** (uses built-in LSP configuration)
|
- **Neovim 0.11+** (uses built-in LSP configuration)
|
||||||
- **Git** (for plugin installation)
|
- **Git** (for plugin installation)
|
||||||
|
|
||||||
### Optional but Recommended
|
|
||||||
|
|
||||||
Install language servers for full IDE features:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# Clojure LSP (for Clojure/ClojureScript)
|
|
||||||
brew install clojure-lsp/brew/clojure-lsp
|
|
||||||
|
|
||||||
# Fennel Language Server (for Fennel)
|
|
||||||
cargo install fennel-language-server
|
|
||||||
|
|
||||||
# Lua Language Server (for Lua/Neovim plugin development)
|
|
||||||
brew install lua-language-server
|
|
||||||
```
|
|
||||||
|
|
||||||
Or use Mason inside Neovim: `:MasonInstall clojure-lsp lua-language-server`
|
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
1. Clone this repo to `~/.config/nvim`
|
1. Clone this repo to `~/.config/nvim`
|
||||||
|
|||||||
Reference in New Issue
Block a user