Just got neovim up and working

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
  • which-key.nvim

    💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

  • This goes straight into my init.lua (or in another file if you want to have them separated), then I use https://github.com/folke/which-key.nvim and map (space + c) to (i think it was like that I lost that config part) :doautocmd exe_code. Long story short, I create a vim command that changes depending on the type of file, I execute it with an extension, of course you can map it and forget about which-key but it's a pretty convinient tool for me. There are probably other (even better) methods)but this is what I use. I'm afraid you'll have to get your hands a little bit dirty or find a plugin that does it for you :=)

  • toggleterm.nvim

    A neovim lua plugin to help easily manage multiple terminal windows

  • Perhaps you want something like https://github.com/akinsho/toggleterm.nvim and make a custom profile? Remapping a key for each extension seems fine as well, just remap it per-buffer inside of on_attach

  • 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

  • How can I change the color of the cursor analogously to the mode?

    2 projects | /r/neovim | 26 Jan 2023
  • [Question] Different line number color under different mode?

    2 projects | /r/neovim | 7 Dec 2022
  • New cursor line number mode indicator plugin: modicator.nvim

    2 projects | /r/neovim | 5 Oct 2022
  • Alternative to vim-textmanip plugin? (move selected blocks of text)

    5 projects | /r/neovim | 8 Dec 2023
  • Visual Mode Issue + startuptime optimization

    1 project | /r/neovim | 5 Dec 2023