More senior engineer complains he can’t tell what’s going on in vim

This page summarizes the projects mentioned and recommended in the original post on /r/vim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • beacon.nvim

    Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is

  • I would recommend installing a plugin like beacon.nvim or similar which flashes the new location of the cursor whenever it makes a jump. That way it's easier for someone to follow where your cursor is, which is often a reason for confusion otherwise.

  • neovim-lua

    Neovim KISS configuration with Lua

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • neovide

    No Nonsense Neovim Client in Rust

  • You could try giving neovide a spin.

  • vim-smoothie

    Smooth scrolling for Vim done right🥤

  • I installed a plug-in that animates my scrolling. I’m not sure if it’s https://github.com/psliwka/vim-smoothie or something comparable (on phone so I can’t check right now). It also shows what’s going on in a more visual way. It’s hypothetically slower since it wastes frames, but I’m used to it now.

  • fzf.vim

    fzf :heart: vim

  • nvim-scrollview

    A Neovim plugin that displays interactive vertical scrollbars and signs.

  • Here are a few ideas to help: - Make sure your cursor stands out and is easy to find - Briefly explain windows, the status bar, and the tab bar, and make sure he knows that the file names are indicated at the BOTTOM of a window in the status bar - Make sure you have line numbers turned on and perhaps use this scrollbar plugin https://github.com/dstein64/nvim-scrollview so he knows where in a file you are - Explain what you are doing constantly, especially if the screen appears to be changing all of a sudden e.g., when you are scrolling up/down, jumping to the next search match, jumping through the jump list, jumping to a code symbol, navigating to a new file, opening up a file explorer, opening a fuzzy finder, opening a terminal, etc.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts