Coder Social home page Coder Social logo

Julia support? about intim HOT 4 OPEN

iago-lito avatar iago-lito commented on September 4, 2024
Julia support?

from intim.

Comments (4)

iago-lito avatar iago-lito commented on September 4, 2024 1

Hi @Ottermanns ! I'm sorry I'm more than a year late because Github is not sending me notifications if you're not explicitly pinging me when opening an issue here :\ What exactly are you expecting from a "Julia support"? My personal usage of intim+Julia looks like

call IntimSetLanguage('julia')
call Intim_invokeCommand('julia', 'julia --project=. --threads 1')
call Intim_headedExpression('julia', ",ln", "length")
call Intim_postInvokeCommands('julia', ['using Revise'])
" ..etc.

(:help Intim.txt)
Would anything like this be useful? Or would there still be something missing?

from intim.

alaindanet avatar alaindanet commented on September 4, 2024 1

@iago-lito I can confirm that it works for me!

here is my .vimrc

autocmd Bufenter *.jl call IntimSetLanguage("julia")
autocmd Bufenter *.jl call Intim_invokeCommand('julia', 'julia --project=. --threads 1')
autocmd Bufenter *.jl call Intim_headedExpression('julia', ",ln", "length")
autocmd Bufenter *.jl call Intim_postInvokeCommands('julia', ['using Revise'])

from intim.

Ottermanns avatar Ottermanns commented on September 4, 2024 1

Thanks. I will try that. In the meantime I switched to slime. But maybe intim will work also ...

from intim.

iago-lito avatar iago-lito commented on September 4, 2024

FWIW @Ottermanns, intim support for Julia help pages have just been introduced in 46ec5a0. You should be able to enjoy it now with anything akin to:

nmap <F1> <Plug>IntimGetHelpWord
vmap <F1> <Plug>IntimGetHelpSelection

Next on the list (whenever I either find spare time or contributors) is to also feature dynamic coloration of variables like intim already does for R and Python :)

from intim.

Related Issues (10)

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.