This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-01
Channels
- # aleph (1)
- # announcements (2)
- # aws (3)
- # bangalore-clj (1)
- # beginners (136)
- # boot (3)
- # calva (89)
- # cider (44)
- # cljdoc (1)
- # cljs-dev (31)
- # clojure (101)
- # clojure-europe (3)
- # clojure-italy (52)
- # clojure-nl (7)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojurescript (62)
- # community-development (46)
- # cursive (25)
- # datomic (6)
- # duct (26)
- # events (6)
- # figwheel-main (4)
- # fulcro (25)
- # graphql (2)
- # jackdaw (4)
- # jukebox (3)
- # kaocha (57)
- # leiningen (31)
- # off-topic (3)
- # onyx (4)
- # other-languages (22)
- # pathom (18)
- # re-frame (9)
- # reitit (3)
- # shadow-cljs (60)
- # spacemacs (9)
- # speculative (22)
- # sql (39)
- # tools-deps (45)
- # vim (37)
It seems that for vim fireplace to find the cljs files, the src directories must be placed in the :source-path
field of dev profiles or any profile you use in the project.clj (Haven't tested the root :source-path field in project.clj).
The confusion was because I was able to see the namespace I wanted in the cljs-repl but vim fireplace threw an error saying it could not find the said namespace. Realised cljs-repl uses :source-path
settings in the build config and fireplace does not.
Fireplace looks for namespaces only at only the profile or root source-path fields in project.clj file.
Hey guys, any colorscheme recommendations for clojure and clojurescript? I am currently using default evening colorscheme
I am trying to jump to function definitions in other namespaces . I've installed ctags and run ctags -R
in project folder to generate the tags file but I still get tag not found error . What am i missing?
@zyxmndaleyjes You don't need ctags, when fireplace is connected to the REPL it should work with [<C-D> (that is [
followed by ctrl+d
)
Should work for cljs as well. Great thing about [<C-D>
is it can jump into sources of dependencies or core clojure functions in jars
@zyxmndaleyjes ctags requires some special configuration to be improve the experience with clojure. your preferences may vary, but here is what i've got in my dotfiles: https://github.com/daveyarwood/dotfiles/blob/master/ctags
i also have this in my vimrc to make vim smarter about jumping to a tag from a namespaced symbol: https://github.com/daveyarwood/dotfiles/blob/49cfc09/vim/vim_runtime/vimrcs/filetypes.vim#L125-L140
i really like ayu
slightly brighter than gruvbox
Having used monochrome for just a day, I can see why people think it looks too bright