Skip to content

Commit

Permalink
Swap the default fennel client when working on Conjure to nfnl
Browse files Browse the repository at this point in the history
  • Loading branch information
Olical committed Oct 18, 2024
1 parent 41a4bb5 commit 174ba34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .nvim.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

; (set vim.g.conjure#extract#tree_sitter#enabled true)
; (set vim.g.conjure#client#clojure#nrepl#test#runner "kaocha")
; (set vim.g.conjure#filetype#fennel "conjure.client.fennel.stdio")
(set vim.g.conjure#filetype#fennel "conjure.client.fennel.nfnl")
; (set vim.g.conjure#filetype#scheme "conjure.client.snd-s7.stdio")
; (set vim.g.conjure#debug true)

Expand Down
1 change: 1 addition & 0 deletions .nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ local function _2_()
return notify.info("Done!")
end
vim.api.nvim_set_keymap("n", "<localleader>pr", "", {desc = "Reload the conjure modules.", callback = _2_})
vim.g["conjure#filetype#fennel"] = "conjure.client.fennel.nfnl"
vim.g["conjure#client#clojure#nrepl#refresh#backend"] = "clj-reload"
package.path = (package.path .. ";test/lua/?.lua")
--[[ (nvim.ex.augroup "conjure_set_state_key_on_dir_changed") (nvim.ex.autocmd_) (nvim.ex.autocmd "DirChanged * call luaeval(\"require('conjure.client')['set-state-key!']('\" . getcwd() . \"')\")") (nvim.ex.augroup "END") ]]
Expand Down

0 comments on commit 174ba34

Please sign in to comment.