Line Number Settings

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vim-numbertoggle

    Toggles between hybrid and absolute line numbers automatically

  • If you don't want it to have effect in insert mode, just remove InsertLeave and InsertEnter: vim.api.nvim_command([[ augroup line_numbers autocmd! autocmd TermEnter * setlocal nonu nornu " https://github.com/jeffkreeftmeijer/vim-numbertoggle autocmd BufEnter,FocusGained,WinEnter * if &nu | set rnu | endif autocmd BufLeave,FocusLost,WinLeave * if &nu | set nornu | endif augroup END ]]) It will only have effect for windows with &number set, but you can probably change that easily by just removing if &nu ....

  • 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
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

  • SexyVim

    1 project | dev.to | 30 Apr 2024
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • Accessible syntax highlighting colour schemes for developers

    2 projects | dev.to | 19 Apr 2024
  • Vim Gets Xdg_config_home Support

    1 project | news.ycombinator.com | 14 Apr 2024
  • Shape Typing in Python

    5 projects | news.ycombinator.com | 13 Apr 2024