the continium

Results 9 comments of the continium

Thanks. Not sure if it’s there already but have/will you show outdated Clojure versions ? Cheers -- The Continium On 13 October 2020 at 12:59:29, Iizuka Masashi ([email protected]) wrote: @thecontinium...

netrw => :help gx I prefer what you have setup. Thanks -- The Continium On 30 December 2021 at 12:12:11, Rafael Bodill ***@***.******@***.***>) wrote: I'm using tmux and urlview for...

I have seen a very similar problem in evaluating a Clojure namespace.

Makes sense. I’ll pursue 1W supporting the pre and post --- -- The Continium On 26 December 2021 at 12:43:34, Mickaël Menu ***@***.******@***.***>) wrote: I'm afraid this would risk creating...

FYI: [Marked](https://marked2app.com) uses a version of mmd which I use on the Mac.

😮 it has been some time. I’m no longer using the plugin or Denite and have no plans to update the PR. Cheers -- The Continium On 26 March 2022...

FYI: For those on a Mac with pyenv this also works e.g. ``` sh env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.2 ❯ pyenv root /Users/blah/.cache/pyenv ``` ``` clojure (py/initialize! :python-executable "/Users/blah/.cache/pyenv/versions/3.10.2/bin/python" :library-path...

I have now seen the channel error using Firefox; tab stays open. multimarkdown is not throwing any error when run independently on the markdown file. The errors in nvim are:...

Hi Thanks for your reply. To have the ability to add anything to the markdown through a Clojure function I implemented a new compile*. In the way you have code...