home.social

#neovim — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.

  1. [旧闻] 网友要求 Neovim 维护者撤除官网中争议人士 DHH 对 Neovim 的好评,引起一位维护者与众多网友的争论。DHH 的好评最终被另一位维护者撤掉。

    - Neovim 是知名编辑器 vim 的知名 fork 版本。
    - 八月末有人在 GitHub 开 issue 要求 Neovim 回应在官网引用「纳粹主义者」 DHH 言论的情况。一位维护者回复称对此等论争不予回应。 [1]
    - DHH (David Heinemeier Hansson) 是 Ruby on Rails 框架、Basecamp 软件,以及发行版 Omarchy 的创始人。他向来有些争议,其中最受讨论的是其鲜明的反移民态度 [2]。
    - DHH 主导的基于 Arch Linux 的系统预设配置 Omarchy [3] 近期也备受关注。其基金会已经收到来自多位 CEO 及数家企业的共计 1500 万美元捐款 [4]。
    - DHH 对 Neovim 的好评是 Neovim 官网去年 11 月迁移到 Hugo 的时候与其它几人的好评共同添加的。 [5]
    - issue 中还是发生了争吵,争论双方最后也未达成共识。另一位 Neovim 维护者最终从官网移除了 DHH 的言论。 [6]

    1.
    gh:neovim/neovim.github.io#501
    2.
    world.hey.com/~
    3.
    https://omarchy.org/
    4.
    omarchy.org/~
    5.
    gh:neovim/neovim.github.io#393
    6.
    gh:neovim/neovim.github.io#504

    [感谢 夜坂雅 提供此消息。]
    EDIT 9/12: 重写标题。

    #DHH #Neovim

    Telegram 原文

  2. En cherchant des infos sur les digraphs dans NeoVim, je tombe sur cette page avec un tableau qui explique la logique derrière ceuxèci. Je garde !

    Vim digraphs
    renenyffenegger.ch/notes/devel

    #NeoVim #Shaarli2Mastodon

  3. En cherchant des infos sur les digraphs dans NeoVim, je tombe sur cette page avec un tableau qui explique la logique derrière ceuxèci. Je garde !

    Vim digraphs
    renenyffenegger.ch/notes/devel

    #NeoVim #Shaarli2Mastodon

  4. En cherchant des infos sur les digraphs dans NeoVim, je tombe sur cette page avec un tableau qui explique la logique derrière ceuxèci. Je garde !

    Vim digraphs
    renenyffenegger.ch/notes/devel

    #NeoVim #Shaarli2Mastodon

  5. Switched back to Obsidian for a bit, but it felt slow so back in neovim. Turned out all I really needed to bridge the gap between the two experiences was to tweak my config a bit and install neotree:

    github.com/nvim-neo-tree/neo-t

    #pkm #neovim #nvim #Obsidian

  6. Switched back to Obsidian for a bit, but it felt slow so back in neovim. Turned out all I really needed to bridge the gap between the two experiences was to tweak my config a bit and install neotree:

    github.com/nvim-neo-tree/neo-t

    #pkm #neovim #nvim #Obsidian

  7. Switched back to Obsidian for a bit, but it felt slow so back in neovim. Turned out all I really needed to bridge the gap between the two experiences was to tweak my config a bit and install neotree:

    github.com/nvim-neo-tree/neo-t

    #pkm #neovim #nvim #Obsidian

  8. Switched back to Obsidian for a bit, but it felt slow so back in neovim. Turned out all I really needed to bridge the gap between the two experiences was to tweak my config a bit and install neotree:

    github.com/nvim-neo-tree/neo-t

    #pkm #neovim #nvim #Obsidian

  9. Switched back to Obsidian for a bit, but it felt slow so back in neovim. Turned out all I really needed to bridge the gap between the two experiences was to tweak my config a bit and install neotree:

    github.com/nvim-neo-tree/neo-t

  10. I have been joking for a while that I am searching for my next language to add to my resume, and I am strongly leaning towards #Go and #Rust. I have used Go in a few projects, but honestly, I haven't even touched a line of Rust.

    That being said, alongside this, I think I am finally going to add #Lua to my arsenal as well. I've been using #Neovim and would love to easily be able to write my own extensions, and I also see that #Redis has support for it.

    Earlier today, I wanted to delete all keys in my Redis database with some <key>:<id>. I was a bit lazy and messed around. So I asked #ChatGPT just for a quick #CLI command. Which it basically said wasn't possible.

    So I had 1 of 2 options. Write 5 lines of Python just randomly in my existing main file. OR! I see that #RedisInsight supports Lua!

    Why do something in 5 minutes in 5 lines if I can automate it in a day by learning an entire new language?🙆‍♂️

    #Monday #DevStories #development #tech