-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[neovim && Conjure] neovim setup for conjure development ~/.config/nvim/init.vim #14
Comments
主要會使用到的 Conjure 指令: 類似 fireplace :Require 的功能,重新載入整個檔案。 快速檢查特定變數的『值』 開啟 log buffer 的指令 看文章、切換到定義 貼上最後一次 evaluation 的結果。 ( 與 nvim register 的『組合功能』) 對某一特定的 expression 遠端求值。 (與 nvim mark 的『組合功能』) 對被反白的區塊 expression 做求值。 (與 nvim 反白選取的『組合功能』) |
使用 nvim + Conjure 來開發 ClojureScript
|
使用 nvim 的 terminal 來取代 tmux
|
在 mac 上安裝 neovim
brew install neovim
安裝 vim-plug
~/.config/nvim/init.vim
The text was updated successfully, but these errors were encountered: