With the release of Neovim 0.5.0, I felt it's worth asking: How can someone new to neovim start to take full advantage of its features?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-treesitter

    Nvim Treesitter configurations and abstraction layer

  • I think you need to do some setup to get treesitter working. It doesn't just work out of the box. Install the plugin, and follow the instructions here: https://github.com/nvim-treesitter/nvim-treesitter

  • nvim-lua-guide

    Discontinued A guide to using Lua in Neovim

  • Finally, here are some links for things that may be useful. This guide on lua and this video on the neovim 0.5 release

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

  • Lsp: easy setup, easily install language servers, easily display diagnostics

  • nvim-lspinstall

    Discontinued Provides the missing :LspInstall for nvim-lspconfig

  • Lsp: easy setup, easily install language servers, easily display diagnostics

  • trouble.nvim

    🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.

  • Lsp: easy setup, easily install language servers, easily display diagnostics

  • nvim-treesitter-refactor

    Refactor module for nvim-treesitter

  • nvim-treesitter-textobjects

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

    πŸŒ™ LunarVim is an IDE layer for Neovim. Completely free and community driven.

  • If you want to test out may of the new features and contemporary lua plugins, you could checkout LunarVim: https://github.com/ChristianChiarulli/LunarVim

  • kickstart.nvim

    A launch point for your personal nvim configuration

  • There an excellent starting neovim configuration from mjlbach here. It’s supposed to act as a starting point for users to utilise all the β€œnew” features.

  • doom-nvim

    Discontinued A Neovim configuration for the advanced martian hacker [Moved to: https://github.com/doom-neovim/doom-nvim] (by NTBBloodbath)

  • And doom-nvim ("based" on Doom Emacs)

  • neovim

    Vim-fork focused on extensibility and usability

  • I don't think so. While the ftplugin help pages don't mention lua at all, from what I understand vim script and lua can be used for any runtime file including ftplugin. For anything else you would have to have two files. one file with your actual code in it and a second file that is either lua/viml that loads the first.

  • telescope-fzy-native.nvim

    FZY style sorter that is compiled

  • Is it faster than telescope-fzy-native (fzY)? Does it provide better results?

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