al3x, to vim
@al3x@hachyderm.io avatar

I haven’t been able to find all the right groups of people on the fediverse. And this makes me sad. I follow a group of people in my field of work and a large # of people in the Apple development ecosystem.

What I couldn’t find so far:

  • people that talk regularly about
  • people that toot regularly about
  • people that listen to and toot about the albums they are listening
  • people that listen to classical music and toot about those albums.

Can you help?

uncomfyhalomacro, to emacs
@uncomfyhalomacro@fosstodon.org avatar

how many plugins do you have as a

curtismchale, to apps
@curtismchale@mastodon.social avatar

Ultimate Keyboard Control Task Management – nvim OrgMode
I’m sure someone is going to try and blast me for talking about OrgMode and then using Vim in the same sentence, because OrgMode is an Emacs thing not a Vim thing and the divide between users of the editors often seems like a holy war. As I said in my article on my issues with TickTick, I love being ab
https://curtismchale.ca/2023/12/20/ultimate-keyboard-control-task-management-nvim-orgmode/
#Apps #OpenSource #emacs #neovim #nvim

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

RL_Dane, to vim
@RL_Dane@fosstodon.org avatar

When you're in a web browser and and end an input form with [Esc]:wq

;)

awoodsnet, to vim
@awoodsnet@phpc.social avatar

People often talk about Emacs vs Vim. Every developer I’ve met uses Vim. Occasionally, some of the vim users will say they have previously emacs, but switched to vim.

So where are all the people who are currently using Emacs?

I’m not trolling or looking for an argument. I legit want to know!

#vim #emacs #neovim

scy, to vim
@scy@chaos.social avatar

Anyone got suggestions for a / that

• provides a standard 16(! not 8!) set of ANSI colors that actually correspond to the standard colors (i.e. green looks green, blue looks blue etc.)
• has good contrast between most of these colors, so that if a CLI tool decides to use gray-on-blue status bars, it’s still readable (this is actually the most important feature)
• uses neutral or warm colors (no blue-ish tint)
• optionally: has a 256-color variant for or

chas, to NixOS
@chas@tty0.social avatar

ok yall,#nixos + fish + #neovim has changed my life over the course of today.

I don't know why I held out so long, I just had a certain way of doing things I refined over a decade and stuck to it.

NixOS is still a learning curve and a challenge. I haven't even touched flakes yet, which is painful since everyone is doing and talking about them.

There are some pain points, there are things that don't work without significant effort that are "out of the box" elsewhere (cough vscode remote)

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

scy, to vim
@scy@chaos.social avatar

There are days when I'd like to throw Vim at the wall.

:set stl=%f%{&modified?'\ •':''}

will have a status line like

README.md •

with the bullet point (•) if the file is modified.

:set stl=%{fnamemodify(expand('%%:p'),':~:.')}%{&modified?'\ •':''}

will eat the space before the bullet point for some reason.

All I did is replace %f with the %{…} expression.

This happens both in #Vim 9.0.1378 and #Neovim 0.7.2, and also if I replace • with any other character.

Ideas, anyone?

scy, to vim
@scy@chaos.social avatar

Hey & bubble:

I’m thinking of writing a small plugin that defines a cmdline mapping to insert the first-level heading, if the current buffer contains a document. The idea is that you have something in the file like

2023-09-25 Meeting Notes

and then, later on, do

:w <some-mapping>.md

which expands to

:w 2023-09-25 Meeting Notes.md

Questions:

• Does such a plugin already exist?
• What would be a good key for that? I’m thinking of <C-R><C-T>, see :h c_CTRL-R

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

Where would you put some basic per-filetype settings like whether to indent via tabs or spaces, indent width, etc., as someone who's basically only using #Vim (or rather #Neovim) and has EditorConfig working in it?

I'd also be interested in why. I'll add some thoughts myself in the following post.

deriver, to neovim

Neovim v0.9.2 is now available

This is the first Neovim release since Bram Moolenaar passed away and the archival/deprecation of both null-ls.nvim and packer.nvim.

Is anyone running into any issues with this release (particularly if you use null-ls or packer)? How are the Neovim distros (eg - NvChad, AstroNvim, LazyVim, LunarVim, etc.) performing after the update?

https://github.com/neovim/neovim/releases/tag/v0.9.2

#nvim #Neovim #NvChad #AstroVim #LazyVim #LunarVim

@neovim

ralismark, to random

radical idea for vim config: do it like the config.d folders in /etc -- split a monolithic init.vim/init.lua into a bunch of files that get sourced in alphabetical order

#Vim #Neovim

M0CUV, to microsoft
@M0CUV@mastodon.radio avatar

Think I need to start planning for a total free software future. Been using Windows 10 for work and because it’s tolerable. Changed to VS Code because it’s a very good lightweight IDE. This spyware has forced me to conclude that have turned evil. I was optimistically naïve to think they might not be, in hindsight. So, must look to changing to Linux Mint everywhere, and getting my setup perfected. (May revisit , if it has a tree view now). As for Apple.. hmm.

teamtuck, to neovim

Took some time tonight to write a very minimal config, putting NVChad in the rear view mirror. It's just enough for me to do some coding and write in . I may be missing a few things but I understand it a lot more.

hazelweakly, to random
@hazelweakly@hachyderm.io avatar

behold, the git logs of a highly optimal system in which nothing goes wrongly ever

good thing nix saves time and neovim makes you more efficient as a person amirite

#nix #vim #neovim #dotfiles #iDoThisToMyself

tournesol, to vim
@tournesol@peculiar.florist avatar

hum, what do you think about text editor ?

Was looking into understand why everyone talks about neovim instead of vim and found myself trying Helix and … wow out of the box I learned more how to use a vim-like editor than in one year on vim ???

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.

raichoo, to neovim
@raichoo@chaos.social avatar

More spring cleaning 🧹 Replaced the trusty vim-commentary with Comment.nvim. It's context aware and can use to determine the correct commentstring for injected languages. 👍 https://github.com/numToStr/Comment.nvim

ricci, to neovim
@ricci@discuss.systems avatar

No, autocorrect and search engines, when I'm searching for nixvim, the system for configuring #neovim with #nix , I am not looking for the criminal sex cult NXIVM. I will never be looking for NXIVM, not this time, not ever.

ringtailringo, to emacs
@ringtailringo@mastodon.social avatar

I've tried, but I cannot get warm with anymore. Fish shell has grown on me very much, as well as fzf and and while is an amazing silo, it is still mostly a silo, trying to pull every workflow in.

Don't even miss org that much - Reminders does a surprisingly good job with kanban-like view and I have discovered mdcat for markdown document preview with images. Was never a big fan of magit - LazyGit and git cli do everything I need. Guess, I am a simple man, after all...

lobocode, to emacs
@lobocode@hachyderm.io avatar

I've been studying #Emacs for a while now. My conclusion, so far (keeping in mind that I've been using #Vim / #Neovim for over 10 years), is that a strong reason to switch from one to the other would be an affinity for wanting to study elisp/lisp, including modern lisp languages like #clojure

I say this because Emacs is pure elisp, and it is, in fact, an incredibly powerful language... absurdly so, actually.

++

mathias, to neovim
@mathias@fussenegger.pro avatar

nlua - neovim as lua interpreter

https://github.com/mfussenegger/nlua

I had previously written about how to create a script that uses neovim and emulates the lua interpreter cli - now I finally got around to extract it into a dedicated project, with some instructions on how to use it with luarocks.

#neovim @neovim

gi124, (edited ) to vim
@gi124@mastodon.social avatar

Bram Moolenaar, creator and maintainor of Vim passes away:

https://www.vim.org/

(See the top news item. I couldn't link directly on mobile)

Thank you for all your work. I used Vim for more than 25 years

Edit: heres a nice article about the history of vi.
https://pikuma.com/blog/origins-of-vim-text-editor

Brams last commit to vim was a few weeks before he passed.

@foss @linux #vim #neovim

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