Neovim, e/plugins · X (formerly Twitter)

Neovim, e/plugins

737

posts

Neovim, e/plugins profile banner

user avatar

@Neovim

/usr/bin/nvim

Joined March 2014

  • user avatar

    killer feature: CmdAtom

    user avatar

    The "atom" concept is now available in Neovim 0.13. All *user actions* emit CmdAtom events. This is a deep architectural upgrade, which provides the basis for multicursors (essentially "atomic macros"), plus other use cases: - repeat any "previous action" - repeat partial

  • user avatar

    they blocked me so here is a link for easy reporting: x.com/zenaine that account (which was obviously hacked, look at the history) is valuable bc it's from 2009, so reporting it is worthwhile.

    user avatar

    please report this account:

    @zenaine

    is a phishing account that sends calendly invites which redirect to an app that requests write access to the target's X account.

  • user avatar

    please report this account:

    @zenaine

    is a phishing account that sends calendly invites which redirect to an app that requests write access to the target's X account.

    This post is from an account you blocked.

  • user avatar

    nice walkthrough showing what Nvim can do with ~100 lines of config, no plugins. diagnostics, statusline, :grep, :find, formatting practical usage of NVIM_APPNAME, :restart youtube.com/watch?v=otRvw9…

  • user avatar

    :bcd sets buffer-local "current directory" (CWD). :bcd some/dir/ Similar to :lcd (window-local) and :tcd (tab-local), except not "sticky". Use cases: - on LspAttach, :bcd to the workspace "root dir". - on :terminal OSC 7, :bcd to new dir. github.com/neovim/neovim/…

Read the original on x.com ↗