Acid + Impromptu = Jazz
Last updated Feb 16, 2025
37
Stars
1
Forks
4
Issues
0
Stars/day
Attention Score
2
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
Jazz.nvim
Acid + Impromptu = Jazz
This is an extension of acid that uses impromptu to create prompts (menus, filter) and leverage the potential of acid through interactive features!
Installing
"Dependencies
Plug 'clojure-vim/acid.nvim' "Remember to :UpdateRemotePlugins
Plug 'Vigemus/impromptu.nvim'
"๐ต Jazz Plug 'clojure-vim/jazz.nvim'
Features
JazzNrepl or <C-j>n: Creates a menu to select the nrepl connection.
JazzFindUsages or <C-j>u: Lists all the usages of the symbol under the cursor.
JazzNavigateSymbols or <C-j>s: Lists all symbols in the project and moves to the selected symbol's definition.
Extending
There are infinite possibilities. Please open an issue or a pull request if you have any extension idea.
๐ More in this category