Neovim: creating keymaps in lua

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. pynvim

    Python client and plugin host for Nvim

    In a python remote plugin using pynvim, you could write something like this.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. lazy.nvim

    💤 A modern plugin manager for Neovim

    If you've read old tutorials about Neovim configuration you've find the way they create keymaps is a little bit different from what people do now. And if you check other people's configuration sometimes you'll find they create their keymaps using lazy.nvim. This is causing confusion among Neovim users.

  4. telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

    Here we have a configuration for telescope.nvim, a very popular fuzzy finder.

  5. neogit

    An interactive and powerful Git interface for Neovim, inspired by Magit

    I would use this feature of lazy.nvim in a plugin that I rarely need. Something neogit for example. I can spend hours coding without using it. In that particular case I think is nice to have the option to load it when I actually call it.

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

  • Neovim Tips to Accelerate Your Text Navigation

    2 projects | dev.to | 16 Feb 2025
  • mini.nvim - release 0.10.0 (files, clue, operators, and minor updates)

    1 project | /r/neovim | 6 Sep 2023
  • Shoutouts to u/echasnovski

    1 project | /r/neovim | 30 Aug 2023
  • Looking for good tutorials for learning to use neovim as an IDE.

    2 projects | /r/neovim | 10 Jul 2023
  • mini.files updates - file preview, prefix customization, change target window, and more

    2 projects | /r/neovim | 4 Jul 2023

Did you know that Lua is
the 18th most popular programming language
based on number of references?