config.nvim VS vscode.nvim

Compare config.nvim vs vscode.nvim and see what are their differences.

config.nvim

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

vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code (by Mofiqul)
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
config.nvim vscode.nvim
2 19
5 643
- -
7.4 8.2
8 months ago 3 days ago
Lua Lua
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

config.nvim

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.

vscode.nvim

Posts with mentions or reviews of vscode.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-10.

What are some alternatives?

When comparing config.nvim and vscode.nvim you can also consider the following projects:

neotest - An extensible framework for interacting with tests within NeoVim.

vim-code-dark - Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code

perfanno.nvim - NeoVim lua plugin that annotates source code with profiling information from perf or other profilers

nightfox.nvim - 🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.

LuaSnip - Snippet Engine for Neovim written in Lua.

vim-solarized8 - Optimized Solarized colorschemes. Best served with true-color terminals!

ultisnips - UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!

dracula.nvim - Dracula colorscheme for neovim written in Lua

tokyonight.nvim - 🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.

github-nvim-theme - Github's Neovim themes

bufdelete.nvim - Delete Neovim buffers without losing window layout

material.nvim - :trident: Material colorscheme for NeoVim written in Lua with built-in support for native LSP, TreeSitter and many more plugins