• ericjmorey@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      That one didn’t score as high, but I think it’s because it hasn’t matured yet. Linux support is in beta last I heard.

  • ExtremeDullard@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    I must be a minority then. I tried it once - as in, I made a real, honest attempt at liking it and making it work for me - and all it managed to do is show me it’s buggy and confused, and to convince me to steer well clear of it and stick to vanilla Vim.

    I really really dislike Neovim.

    Also, I question the vailidy of a survey in which VSCode is 13 times more “desired” - whatever that means, it’s not like it’s hard to procure - than VSCodium, given that VSCodium is VSCode sans the Microsoft spyware. Makes no sense to me…

    • slimarev92@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Most people don’t even know VSCodium exists so that makes perfect sense. All they’re not the same unfortunately, VSCode has a better selection of extensions.

      • ExtremeDullard@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Most people don’t even know VSCodium exists so that makes perfect sense

        What would make sense is that people who know what VSCodium is answer the survey while those who don’t refrain. Then you would see fairly identical scores for VSCode and VSCodium.

        What this survey demonstrates is that people express opinions about stuff they know nothing about.

        VSCode has a better selection of extensions.

        True. I’m aware some extensions don’t work in VSCodium. But I’ve yet to run into one myself.

        Having said that, I’m not a VSCod(e|ium) user myself, so it’s not like I’m a specialist I’m forced to know enough to support my users, and what I’ve seen of VSCodium so far is that it has almost zero downside for the invaluable upside of not feeding data to Microsoft.

        But naturally I’m a Vim user through and through, and we Vim / Neovim / whatever VI clone floats your boat don’t need no Microsoft-made Electron resource pig to do our work, as you well know 🙂

        • nickwitha_k (he/him)@lemmy.sdf.org
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          Microsoft-made Electron resource pig to do our work, as you well know

          I hate that any it so much. It doesn’t need to be that way but, MS. Yeah. Maybe I’ll try to make an OpenAPI plugin so that I can return to Neovim.

    • zygo_histo_morpheus@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      “Desired” and “Admired” are very strangle labels, it like the question(s) might have been:

      Which development environments did you use regularly over the past year, and which do you want to work with over the next year? Please check all that apply.

      In which case VSCodes high “desired” score just means that it was widely used?

    • I understand not liking the vim way of doing things (which seems not to be the case for you), but I’ve never heard anyone describe neovim as buggy. Not throwing shade, genuinely curious. What bugs did you encounter, and when was it?

    • AVincentInSpace@pawb.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 months ago

      I don’t know how to open that post on my instance so I can reply to it, but if you’re willing to give it another shot, I figured out how to get indentexpr= to apply to all buffers from init.vim, using an auto command. Add this to your init.vim:

      autocmd BufRead,BufNewFile,VimEnter * set indentexpr=
      set indentexpr=
      
    • ericjmorey@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      I remember that post. I’m surprised that nobody has run into that problem. Did you open up an issue on the Neovim GitHub repository?

      I ask because I don’t see one and I want try to replicate the issue. I’ll report it myself if I’m able to.

      • ExtremeDullard@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        I don’t care enough to bother, to be honest. Neovim, like Vim, is just a tool to me. It failed me, I moved on. I have more interesting things to spend my time on.

    • AVincentInSpace@pawb.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 months ago

      Vim and Neovim are fairly indistinguishable

      You mean apart from being able to write plugins in Lua instead of Vimscript?

      • I’m sure there are more differences; nvim has plugins written in every language. One reason I stepped away from it is because, for development, I was using a fair number of plugins, and i noticed the starting nvim would launch nodejs, a Python runtime, a Java VM, Lua runtimes… I started to feel as if I might as well be using emacs.

        So, yes: you’re right. NeoVim has more features than plain vim, including a dozen different plugin managers and the ability to write plugins in almost any language. I meant that, from an editing modality, they’re very similar.

    • NostraDavid@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      [^1] Edit: oh. .NET, and SQL. Well, I guess you could consider both to be programming languages if you squint a bit.

      I’m hoping they’ll have a separate Query Language list. We need to know more query languages because SQL has wayyy too much power, IMO.

  • voxel@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    why is vscodium listed separately by the way, it’s literally built from exactly the same code as vscode, just without the proprietary licensing, ms branding and using openvsix extension gallery by default

    • ericjmorey@programming.devOP
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Discord is designed and implemented better than all of the other options I’ve used. I think I’ve used 10 of them.

        • ericjmorey@programming.devOP
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          There are many small details that make Discord better, possibly because their focus is on making multi-modal communication as rich as possible. There are many things they can improve upon but, they’re miles ahead of the competition right now.

      • anti-idpol action@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        2 months ago

        just note that actually very few of them have native apps so… and mind digital sovereignty and privacy. also discord doesn’t work well outside of chromium, contributing to this dreadful web monopolization.

    • ScreaminOctopus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      It’s a fork of Vim but the codebase has been cleaned up to remove complexity due to legacy hardware support. It allows the use of Lua for configuration and plugin implementation instead of VimScript, which allows plugins to be written in a sanely designed, high performance scripting language, allowing plugin developers to build more complex plugins more easily without dragging down editor performance (VimScript comparability is maintained though). It has a built in implementation of LSP. Plugins written in other languages can communicate with the application via a msgpack API so deciding to support other programming languages for plugin development at compile time is not necessary.

    • NostraDavid@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Code::Blocks is a step up from Bloodshed DevCpp, which was outdated the moment we started using it, but our teacher was a hardcore “I only need a netbook with Windows XP to program my games” kind of guy. He loved programming games for game systems that were older than him 😂. Good on him for being content to work on a 10" screen though.

        • CameronDev@programming.dev
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          At the time (pre-Jetbrains) Eclipse was pretty good. Haven’t been back lately, but it was a top tier IDE.

          I think the others are all closer to pet-projects, they are basically a text editor with a run button, I even wrote one myself for tcl. I just never got the chance to inflict it on some poor uni students :D