Using (neo)vim as a Julia development environment

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024
  • Neovim: neovim.io/
    CoC: github.com/neo...
    CoC-Julia: github.com/fan...
    JuliaFormatter: github.com/dom...
    vim-slime: github.com/jpa...
    The theme used in this video is Jellybeans, and the font is 12pt Iosevka Term SS08 Extended (I use the normal version at 11pt for work, but it's too dense for streaming) -- Watch live at / poisotlab

ความคิดเห็น • 20

  • @tru0067
    @tru0067 3 ปีที่แล้ว +5

    Neovim 0.5 now released! No longer requires nightly version! HYPE!!

    • @poisotlab
      @poisotlab  3 ปีที่แล้ว

      Nice to know!

    • @SaMusz73
      @SaMusz73 2 ปีที่แล้ว

      neovim-latest is now 0.7-something !

  • @flynnxd8229
    @flynnxd8229 3 ปีที่แล้ว +2

    Very cool. Would be nice if you could walk us through your TWM setup too!

  • @fermiLiquidDrinker
    @fermiLiquidDrinker 6 หลายเดือนก่อน

    Does the julia LSP heat up your computer at all? I've been able to get it running, but it seems to always heats my (fairly high-spec) laptop up to 100°C.

  • @SaMusz73
    @SaMusz73 2 ปีที่แล้ว

    Good content ! Thanks you.
    Small remark : It'd be nice for the important part to be the majority of the screen and would allow for easier reading, i.e. what about a bigger font for screencasts ? (I don't use a 42" screen all the time)

  • @rubempacelli6815
    @rubempacelli6815 2 ปีที่แล้ว

    That is nice!! I am trying to use Julia with neovim. But is pretty hard to reach a good setup. How are your setup nowadays? Can you share it via repo?

  • @algebra5766
    @algebra5766 2 ปีที่แล้ว

    Thank you very much for this!

  • @martinmestre1300
    @martinmestre1300 2 ปีที่แล้ว

    Hello! Great video! Could you explain me how do you manage to have those three independent panes which you can arrange at will ? Is it something particular of NeoVim? I would like to repeat that with the Helix editor, if it is possible. Thank you very much for any instructions.

    • @Brianjp93
      @Brianjp93 2 ปีที่แล้ว

      look into tiling window managers like i3

  • @user-ho8pt3ye5g
    @user-ho8pt3ye5g ปีที่แล้ว

    Which LINUX distribution do you use?

  • @alancntras
    @alancntras ปีที่แล้ว

    excellent video, sorry but when I start or create a .jl file, I get the error "Julia languagge server client: couldn't crate connection to server", could someone help me?

  • @sishomot2548
    @sishomot2548 2 ปีที่แล้ว

    It would be nice if coc-julia showed the documentation while the user is already filling in a function, like it does for python. I mean, you type "sin(" then you should see the documentation popup ...

  • @kapilpanwar9037
    @kapilpanwar9037 3 ปีที่แล้ว

    Hi, I really love your videos. Your this video is not clear and youtube is not allowing to change high quality. Could you please reupload with high quality??

    • @poisotlab
      @poisotlab  3 ปีที่แล้ว +2

      Hi Kapil - thanks for the feedback! The HD version was still processing, the 1080p version should be available now.

    • @kapilpanwar9037
      @kapilpanwar9037 3 ปีที่แล้ว

      @@poisotlab Thank You 🙏

  • @str0x0b
    @str0x0b 2 ปีที่แล้ว

    When I type "#%%" and press "return", it's annoying that a "#" appears in the next line...

    • @skyeplus
      @skyeplus 2 ปีที่แล้ว +1

      This should disable it: :set formatoptions-=cro Help topic: :help fo-table