luxas, to neovim French
@luxas@social.gnieh.org avatar

Mais non !

Après ma grosse mise à jour, je me demandais pourquoi certaines de mes commandes ne splittaient plus toujours comme je le voulais.

Bah voilà c'est ce changement : https://github.com/nvim-telescope/telescope.nvim/pull/2324/files#diff-84169cc4c72b6c647558a9c0bda0674313cdb64e2b7f69e414300272d1ea8a09R43

À voir si j'arrive à contribuer pour rendre ça configurable, car moi si je dis de split, je veux que ça split.

jalcine, to neovim
@jalcine@todon.eu avatar

Okay question:

I have both https://github.com/nvim-telescope/telescope.nvim and https://github.com/folke/trouble.nvim going for me.

trouble's approach gives me more of the IDE/IntelliJ energy whereas telescope gives me more of the Sublime Text pop-over that (IMO) it pioneered (to me).

Does anyone use one over/instead of the other and if so, why?

mousebot, to neovim
@mousebot@todon.nl avatar

if you use , can you write extensions in , thus making into a kinda frakenstein ?

lulu_powerful, to neovim
@lulu_powerful@fosstodon.org avatar

I've added the R.nvim plugin to . It splits the window into panels for editing, viewing output and browsing objects, and it offers everything I'd expect in an R IDE.

It hardly needs any configuration besides registering its own existence. It's comprehensive, thoughtful and underrated, and it's my preferred way to write R code.

mathias, to neovim
@mathias@fussenegger.pro avatar

I've been using nvim as a man pager for quite some time, but until today it never occurred to me to try gO to get an outline of the contents.

Pleasantly surprised to see it working and feeling dumb for not trying it sooner.

(To add another tip, you can use c-] to follow links to other man pages)

#neovim

nithinbekal, to vim
@nithinbekal@ruby.social avatar

As of this month, it's been 10 years since I switched to vim. Some reflections on what has changed in how I use vim over the decade:

https://nithinbekal.com/posts/decade-of-vim/

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.

mmisamore, to neovim
@mmisamore@sigmoid.social avatar

I wrote a little custom terminal toggle for #neovim in #fennel: https://github.com/mmisamore/neovim-config/blob/c74c848d2abdb348687f850bb6fc7591d4da7c52/init.fnl#L151

Works well enough with ipython with autoindent disabled. Posting in case anybody finds it helpful as an alternative to fancy plugins.

#python

fabi1cazenave, to vim French
@fabi1cazenave@mastodon.social avatar

Ce samedi 25 mai je proposerai deux interventions sur (et , , …) aux @jdll :

• de 10h à 11h, une conférence « ergonomie vimiste » pour découvrir ou approfondir l’ergonomie des éditeurs modaux (tous niveaux) ;
• de 16h à 18h, un atelier « tupperVim » pour partager des connaissances sur nos éditeurs préférés (niveaux débrouillés / confirmés / experts).

Ça se passe à l’ENS Lyon, viendez nombreuses et nombreux !
https://pretalx.jdll.org/jdll2024/talk/NM7E3T/

vjousse, to vim French
@vjousse@mamot.fr avatar

Aussi improbable que cela puisse paraître, j'ai mis à jour mon livre sur 12 ans après 😅 https://vimebook.com/fr
Le contenu reste sensiblement le même, j'ai juste refait tous les screenshots, vérifié tous les liens, utilisé vim-plug au lieu de pathogen, fzf au lieu de ctrlp, vim-fern au lieu de TheNerdTree. Bref, c'est pareil, mais en mieux. Reste la version anglaise à mettre à jour, puis passer à l'écriture du prochain sur !
Merci pour tous les retours que j'ai eu ici ❤️

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 neovim
@scy@chaos.social avatar

"I'm not happy with the number of plugins required to use #Neovim"

Darlings, the number of plugins required to use Neovim is exactly zero.

annika, (edited ) to vim
@annika@xoxo.zone avatar

I'm playing around with and a clean config. Not sure if this is a LazyVim question, or a question, or an question, but what are the keyboard shortcuts for these autocomplete dropdowns? Is this "omni" completion?

<c-n> for next item, <c-p> for previous, enter to accept the suggestion? Is there anything else? I'm not sure where to find these in the help

Edit: Thanks @dpom, I think all the bindings I care about are indeed within nvim-cmp https://www.lazyvim.org/plugins/coding#nvim-cmp

scy, to vim
@scy@chaos.social avatar

(and ) will trigger au FileType netrw autocommands, as well as commands in after/ftplugin/netrw.vim when

• selecting a directory in a buffer
• selecting a file in a Netrw buffer (i.e. when leaving Netrw)

but not when first entering Netrw, e.g. by calling :Explore

Even though :set ft? will display 'netrw' no problem.

What the fuck?! I'm at a loss here, any hints greatly appreciated. :BoostOK:

Reproduce by doing

• nvim --clean
• :au FileType netrw echo 'netrw'
• :e .

scy, to vim
@scy@chaos.social avatar

With the minus key being the default (and oil.nvim) shortcut for "change into parent directory", TJ DeVries suggested to globally (i.e. in normal edit buffers) map minus to "open Netrw (or oil) in the current window", and I think that's really clever.

Like, <CR> moves down into a directory or file, and - moves up into the parent directory – either of the directory you're currently browsing, or the file you're currently editing. Like a global "zoom out" key.

linuxiac, to neovim
@linuxiac@mastodon.social avatar

Neovim 0.10 terminal text editor brings a fresh default color scheme, built-in commenting, major Terminal UI enhancements, and more.
https://linuxiac.com/neovim-0-10-terminal-text-editor/

ctietze, to neovim
@ctietze@mastodon.social avatar

Recently picked up that an "IDE" is a largely uncustomized, out-of-the-box experience, and that (Neovimmers) call the result of their customizations a "PDE", a "Personal Development Environment" instead.

Made me wonder:

Is the notion that IDE's are what they are, mostly unchangable, a common one?

#neovim #ide

KaffDaddy, to neovim German
@KaffDaddy@chaos.social avatar

Ich habe gerade mit „Erschrecken“ festgestellt, wie lange ich schon PhpStorm nicht mehr geöffnet habe. Das war eine Update-Orgie, die einem Windows alle Ehre gemacht hätte. Und dabei wollte ich nur schnell mal einen Blick auf den Datenbank-Client werfen. Weil ich sowas in der Art jetzt auch direkt in neovim habe: https://www.insomniaonline.de/ein-datenbank-client-in-neovim #neovim #database

hund, to neovim
@hund@fosstodon.org avatar
zstix, to neovim
@zstix@fosstodon.org avatar

#neovim version 0.10 was just released!

https://neovim.io/doc/user/news-0.10.html

vonheikemen, to neovim
@vonheikemen@hachyderm.io avatar

happy neovim release day to those who celebrate (those who didn't see a wall of plugin deprecation warnings after updating).

here's a nice blogpost that explains some of the new features (written by a neovim contributor)

https://gpanders.com/blog/whats-new-in-neovim-0.10/

#neovim

raichoo, to neovim
@raichoo@chaos.social avatar

And just like that #neovim 0.10 is out 🎉

VimLinks, to neovim
@VimLinks@hachyderm.io avatar

Neovim 0.10 has officially been released: https://github.com/neovim/neovim/releases/tag/v0.10.0

#neovim

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

raichoo, to neovim
@raichoo@chaos.social avatar

Just switched to using on for highlighting. Gamechanger 🤯

  • 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