Giter Club home page Giter Club logo

Comments (5)

Olical avatar Olical commented on May 28, 2024 1

We could probably get away with just making that variable public so users could modify it orrr integrating those values into the config system although that might be a bit awkward to do since it has to fit into vim global variables which has a history of not being that great. A lua table a user can require and modify might be better.

I like the idea though yeah! If you want to give it a shot please feel free!

from conjure.

Olical avatar Olical commented on May 28, 2024 1

Ohh that'd be great actually, could start with a wiki page? I feel like that'll be better than help text for this since it's a bit more involved than just setting a variable to a number/string in nvim global variables. Thanks!

from conjure.

NoahTheDuke avatar NoahTheDuke commented on May 28, 2024 1

I've added it here. Edit as you desire!

from conjure.

NoahTheDuke avatar NoahTheDuke commented on May 28, 2024

Using the develop branch, the below works great!

local runners = require("conjure.client.clojure.nrepl.action")

runners["test-runners"].lazytest = {
  ["namespace"] = "lazytest.runner.console",
  ["all-fn"] = "run-all-tests",
  ["ns-fn"] = "run-tests",
  ["single-fn"] = "run-test-var",
  ["default-call-suffix"] = "",
  ["name-prefix"] = "#'",
  ["name-suffix"] = "",
}

vim.g["conjure#client#clojure#nrepl#test#runner"] = "lazytest"
vim.g["conjure#client#clojure#nrepl#test#current_form_names"] = { "describe" }

I suspect there's a smoother way to do it, but for me, this is really solid.

from conjure.

NoahTheDuke avatar NoahTheDuke commented on May 28, 2024

Given that this works so well, want me to add a section to the docs about it?

from conjure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.