Neovim config from scratch (Part I)

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

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

    vinegar.vim: Combine with netrw to create a delicious salad dressing

  • ThePrimeagen suggests pv as the mapping to see the folder, but - comes from me being used to https://github.com/tpope/vim-vinegar some time ago. Choose your's to your liking.

  • packer.nvim

    A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

  • we are going to use: https://github.com/wbthomason/packer.nvim

  • 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
  • If you add desc params to the mappings and then use Telescope keymaps then you will be able to find commands per your own description of what they do. I suggest you have a sneak peek at my telescope config to see an example and come up with your own mnemonics.

  • jellybeans.vim

    A colorful, dark color scheme for Vim.

  • Another good use of the plugin system is installing your favourite colorscheme, this is very personal, Theprimeagen uses rose-pine, I choose jellybeans. A good point to realize you can use VimL

  • playground

    Discontinued Treesitter playground integrated into Neovim (by nvim-treesitter)

  • If you are into compilers/ASP look into https://github.com/nvim-treesitter/playground and catch ThePrimeagen's vide around this timestamp.

  • neovim-undotree

    neovim undotree written in lua

  • Undotree a visual interface to your undo (allowing for branching).

  • vim-fugitive

    fugitive.vim: A Git wrapper so awesome, it should be illegal

  • Fugitive Tim pope's git integration

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • vim-commentary

    commentary.vim: comment stuff out

  • Commentary Tim pope's comment plugin

  • vim-gitgutter

    A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.

  • Git gutter Git status signs in the gutter (leftmost column)

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

  • [WIP] A feature-rich, polished, highly customizable winbar, with drop down menu support and multiple backends

    4 projects | /r/neovim | 23 May 2023
  • Margin indicator for Neovim

    5 projects | /r/neovim | 21 Feb 2023
  • Select text using Treesitter Queries and start typing right away with SelectEase.nvim

    4 projects | /r/neovim | 16 Feb 2023
  • Is there a simple way to see if a certain line has unsaved changes?

    4 projects | /r/vim | 26 Jan 2023
  • Plugin that handles git with symlinks?

    2 projects | /r/neovim | 11 Jan 2023