chepycou, to linux in Microsoft Says VS Code Will Work With Ubuntu 18.04
@chepycou@rcsocial.net avatar

@indigomirage Neovim ? (there are pre-configured #neovim based IDEs with every fancy thing such as Nvim-Chad)

hboon, to neovim
@hboon@mastodon.cloud avatar

#neovim is 10 years old?!

VimLinks, to neovim
@VimLinks@hachyderm.io avatar

The #Neovim project has a store now with official branded merch: https://store.neovim.io/

rvxlab, to php

Really not a fan of all this AI nonsense going on in IDEs. #Jetbrains with an un-uninstallable AI plugin (not to mention increasingly poor performance), #zed looks promising and luckily the AI stuff can be disabled but it’s lacking features because it’s new-ish. VSCode is a nope…

Anyone has recommendations for an alternative? I mainly work with #php #laravel #rust and #typescript. Obvious choice for me is #neovim or #helix but I’m finding it such a chore to get working, not to mention tooling.

natenom, to markdown German

Ich merke langsam, dass ich das ganze Fancyzeugs von #Obsidian nicht brauche. Graphen, Plugin hier, plugin da.

Hauptsache man kann untereinander verlinken, es ist #Markdown und man sieht Backlinks.

Gibts da was, das auch in #NeoVim gut funktioniert?

Ich kenne nvim-obsidian, aber das verhält sich seltsam, wenn man neue Notizen erstellt, deren Name ist dann ne zufällig id und der angegebene Name der Seite taucht nur im Alias auf.

#OrgMode hab ich angesehen, aber das sagt mir aufgrund der doch sehr eigenen Syntax überhaupt nicht zu. Würde gerne bei Markdown bleiben.

lucassatabin, to neovim

I spent my Saturday porting my home and all my #neovim plugins to #nixos modules for home-manager. I am super happy with the result, I do not have weird shell things and manual steps anymore, and I can be modular and cross-platform easily. Worth the hours I invested (and procrastinated for so long).

https://github.com/satabin/managed-home/

michenriksen, to neovim
@michenriksen@chaos.social avatar

I kept seeing mentions of that code editor and had to try it out.

Wow. This is a serious potential replacer for me. I have recreated most of my key bindings, and it's faster and less resource hungry than my nvim setup, which is both amazing and slightly irritating. 😅

The main thing I'm missing is a way to open a floating terminal window with Lazygit… 🤔

https://zed.dev/

lulu_powerful, to python
@lulu_powerful@fosstodon.org avatar

I just used #JupyterLab for the first time in a while. It was always quick and easy to get an analysis going, and it still is. Woohoo!

I have a nice #Python REPL setup in #Neovim, but my datasets contain a lot of columns, and they're not all visible in iPython, and for once I just want things to look right without having to mess with configs. I'm on a deadline here. :)

scy, to vim
@scy@chaos.social avatar

That's an interesting thought: This article suggests that you shouldn't use a file tree sidebar (e.g. ) in (or ), because it's not really compatible to a multi-window workflow. Because it can be confusing to predict in which window the file will actually open.

Instead, the author suggests that you display the files (or file tree) not in a sidebar, but to replace a window's content with a file picker, and after selecting the file, open it there, too.

http://vimcasts.org/blog/2013/01/oil-and-vinegar-split-windows-and-project-drawer/

scy, (edited ) to vim
@scy@chaos.social avatar

Tip for intermediate #Vim and #Neovim users: Don't sleep on the :g command. It allows you to run an Ex command on each line matching some pattern.

For example, to delete all completed to-dos in a Markdown file (which can be identified by containing the string "[x]"), you could use something like this:

:g/[x]/d _

What's the underscore? Bonus tip: :d takes an (optional) register to delete ("cut") into. _ is the black hole register, to make the :d not mess up your current register contents.

uncomfyhalomacro, to emacs
@uncomfyhalomacro@fosstodon.org avatar

how many plugins do you have as a

c47, to vim
@c47@chaos.social avatar

https://www.youtube.com/watch?v=cNbcRXKsXfc

OMG!! This one contains so much interesting information about vim and regex stuff 😮 Super interesting... also the problem itself that gets solved is a nice one!! 😺

eamon, to neovim
@eamon@social.coop avatar

I'm finally setting up plugins with #neovim after ignoring the whole #vim plugin ecosystem forever. Does anybody set up a git repo for their plugin folder and bring in all of their chosen plugins as submodules?

natenom, to neovim German

So lässt es sich arbeiten. :)

#NeoVim in #Konsole

#LazyVim #Vim #Linux #Markdown

Mit Foto eines #Regenbogen|s im Hintergrund. 🌈☺️

natenom, to neovim German

Frage zu Neovim:

Wenn ich Ctrl+o drücke, werden zuvor geöffnete Dateien in einen neuen Buffer geladen. Ich finde die Tastenbombination aber weder in :map noch in der Dokumentation von NeoVim oder LazyVim.

Wie kann man herausfinden, was da gemacht wird?

Danke.

#nvim #neovim #LazyVim

moutansos, to vim
@moutansos@mastodon.social avatar

If you are in / and wish to change the text in a string type: ci” for change-in-quotes. If you want to replace the string entirely you can type: ca” for change-around-quotes. This works while in normal mode anywhere to the left of the last quote on the line

natenom, to neovim German

Der #TerminalEmulator #CoolRetroTerm ist richtig schön :)

Wie früher mit den Monitoren, wo alles gewackelt hat, schie und krumm war. Nur piepst der nicht.

Man kann sehr viel einstellen.

Hier z. B. #NeoVim mit #LazyVim in einem #Tmus innerhalb des lustigen Monitors.

#Linux #Terminal

Und das alles in #OpenGL

Sogar die Reflektion vom Bildschirminhalt kann man am Monitorrahmen sehen :)

#nvim

AAMfP, to mechanicalkeyboards
@AAMfP@fosstodon.org avatar

In the end, I've just finally decided to climb the Colemak-DH mountain.

I've never been a touch-typer but using 3-4 fingers per hand, moving hands here and there, I was able to easily play it at around 75wpm with basically no errors.

I've bought an #ErgoDash #MechanicalKeyboard past summer: I'm still struggling with the "normal" QWERTY (see layout here https://marcoxbresciani.codeberg.page/keyboards/ergodash/current.html), not yet able to go beyond 40wpm or so, with frequent errors.

shooboo,

@AAMfP if you happen to use or , I would be very interested to hear how Colemak DH works with it and how your set up looks like. I’m always confused with the theory of remapping HJKL, or not remapping but relearning instead, and solid first hand reports are scarce.

tristan957, to neovim
@tristan957@fosstodon.org avatar

Does anyone have a keyboard-centric way to copy data out of less(1)?

I found this resource:

https://stackoverflow.com/questions/26626910/copy-specific-line-from-less

But it is a really cumbersome process. Makes me tempted to just try to make my pager.

thelastpsion, to neovim
@thelastpsion@bitbang.social avatar

It's taken me a couple of hours to get an for working in on Linux, but we're there!

I will document this (I need to do it again for the laptop), but in short:

  • Install Lazarus 3.0.0 beta
  • Get latest Lazarus trunk source
  • git clone the LSP source
  • Fix an issue with LSP source that's in an unmerged pull request
  • Build the LSP as per README
  • Set a couple of env variables
  • Copy the pasls binary to your path
  • Add zero-lsp.nvim plugin
  • enable pasls in zero-lsp config
RosaCtrl, to neovim
@RosaCtrl@mastodon.social avatar

Oh wow Neovide supports smooth scrolling now, disable. Oh wow it casts shadows from floating windows remove borders enable everywhere! #neovim

grifferz, to neovim
@grifferz@social.bitfolk.com avatar

"To kick off my content creator career we're going to read through, out loud, all 45 pages of the neovim user manual live on stream!"

Okay it's a bold plan. I am somewhat skeptical but I've also seen someone make money by offering to name variables after viewers so I don't even know what the parameters are for the streaming world.

#neovim

dpom, to rust
@dpom@fosstodon.org avatar

Just finished migrating to a new Rust config for Neovim:

switch from rust-tools to rustaceanvim:
https://github.com/mrcjkb/rustaceanvim

add taplo for TOML LSP and formatting:
https://taplo.tamasfe.dev/

add crates.nvim for dependency management:
https://github.com/Saecki/crates.nvim

If anyone needs help getting the config right, all of my changes are in this commit:
https://github.com/dustypomerleau/config/commit/23db9988cfbcf8257aa559cea931720cfadbe16a

celfred, to vim French
@celfred@framapiaf.org avatar

Bon, après des essais de config pour Neovim via Flathub, j'ai dû casser un truc et je m'arrache les cheveux : en console, je ne peux même plus éditer un fichier avec « vim monfichier.txt» (oui, j'ai tjrs Vim), mais ça passe avec «sudo vim monfichier.txt» 😲
Je n'ai aucune idée comment rétablir tout ça et j'y ai passé 1 soirée… (no comment…).
Si quelqu'un peut me conseiller, ce serait formidable.

#Vim #Neovim #CommandLine #Bash

kubikpixel, (edited ) to rust
@kubikpixel@chaos.social avatar

deleted_by_author

  • Loading...
  • silwol,

    @kubikpixel Using #Helix certainly boosted my productivity when developing in #RustLang. Used #NeoVim before but was unable to configure it such that it is as effective for me as Helix is out of the box.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • mdbf
  • DreamBathrooms
  • everett
  • magazineikmin
  • Durango
  • InstantRegret
  • rosin
  • Youngstown
  • love
  • slotface
  • GTA5RPClips
  • kavyap
  • ethstaker
  • Leos
  • ngwrru68w68
  • thenastyranch
  • tacticalgear
  • cubers
  • modclub
  • osvaldo12
  • cisconetworking
  • tester
  • khanakhh
  • normalnudes
  • provamag3
  • anitta
  • JUstTest
  • All magazines