Skip to content

Commit

Permalink
repl: lsp server information and example in troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 19, 2023
1 parent 8523028 commit 6f9d2a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/repl-driven-development/refactor-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ Using [clojure-lsp](https://clojure-lsp.io/) server and [Neovim Treesitter](http
- `<leader>lr` Show all implementations list for item under the cursor (Using telescope plugin interface)


### Limitations to investigate

## Troubleshooting

++spc++ ++"l"++ ++"i"++ shows the LSP server information for the current filetype, e.g. Clojure

![LSP Server information showing local clojure-lsp install](https://github.com/practicalli/graphic-design/blob/live/editors/neovim/astronvim/astronvim-lsp-clojure-server-information-local-install-light.png?raw=true#only-light){loading=lazy}
![LSP Server information showing local clojure-lsp install](https://github.com/practicalli/graphic-design/blob/live/editors/neovim/astronvim/astronvim-lsp-clojure-server-information-local-install-dark.png?raw=true#only-dark){loading=lazy}

## Limitations to investigate

* Neovim client does not seem to support namespace rename (AstroNvim)

0 comments on commit 6f9d2a8

Please sign in to comment.