config.nvim

My neovim configuration - entirely in Lua using modern plugins (native LSP, treesitter, telescope, etc.) (by t-troebst)

Config.nvim Alternatives

Similar projects and alternatives to config.nvim

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better config.nvim alternative or higher similarity.

config.nvim reviews and mentions

Posts with mentions or reviews of config.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • what do you guys use treesitter for?
    11 projects | /r/neovim | 16 Aug 2022
    For cool snippets. For example in C++, if I'm in a class "Foo" and I expand the snippet "cassd" (const assignment definition), it generates "Foo& operator=(Foo const& other);" (see config).
  • Share your most advanced (Lua)Snippets
    4 projects | /r/neovim | 16 Feb 2022
    The first is a collection of snippets for C++ that generate the declarations or definitions of the special member functions (move constructor etc.). The snippet uses treesitter to determine whether we are currently inside of a class or not. If we are inside of a class, it automatically gets the correct name of the surrounding class (without templates) and uses that to generate the member function. If we are outside of a class, you have to type in the name but it will still correctly strip templates in the right places with a simple regex. Showcase. Code.

Stats

Basic config.nvim repo stats
2
5
7.4
7 months ago

The primary programming language of config.nvim is Lua.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com