Everything you need to know to configure neovim using lua

This page summarizes the projects mentioned and recommended in the original post on dev.to
Vim

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

    Toggle zoom in / out individual windows (splits)

  • You should know that some variable names in vimscript are not valid in lua. We still have access to them but we can't use the dot notation. For example, vim-zoom has a variable called zoom#statustext and in vimscript we use it like this.

  • vim-plug

    :hibiscus: Minimalist Vim Plugin Manager

  • I know there is a lot of people out there who use vim-plug, you might think you need to migrate to a plugin manager that is written in lua, but that's not the case. We can use vim.fn and vim.call to bring vim-plug to 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
  • dotfiles

  • For those who want to see a real world usage or whatever, I'll share a link to my current config in github: neovim.

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

  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • I can't stand using VSCode so I wrote my own (it wasn't easy)

    10 projects | news.ycombinator.com | 21 Apr 2024
  • GitHub Sponsors: Oliver Blanthorn main developer of Tridactyl

    2 projects | dev.to | 21 Apr 2024
  • Multi-cursor code editing: An animated introduction

    4 projects | news.ycombinator.com | 19 Apr 2024
  • Let's See Your Terminal

    2 projects | dev.to | 16 Apr 2024