dope VS linux_config

Compare dope vs linux_config and see what are their differences.

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
dope linux_config
6 1
360 2
0.8% -
3.0 6.9
8 months ago 8 months 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.

dope

Posts with mentions or reviews of dope. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • Neovim File structure (modern)
    2 projects | /r/neovim | 8 Jun 2023
  • Beginners Guieds for writing Neovim configs in Lua
    5 projects | /r/neovim | 21 Sep 2022
    Was in the same position as you, with basically no lua knowledge. You could take a look at my config, here, which I simplified from glepnir's skeleton. I also followed along https://github.com/LunarVim/Neovim-from-scratch and the accompanying videos to understand what was going on with the code. Took me about a weekend all in all to get to a state I was happy with. this resources is also very good, though takes a bit more lua/programming know how to understand.
  • Understanding Neovim Plugin Management
    1 project | /r/neovim | 9 Sep 2022
    I took inspiration from cosynvim. I have it such that the init.vim in each directory requires the other files in that directory, which basically loads them.
  • Share any cool configuration templates that you know
    5 projects | /r/neovim | 11 Aug 2022
    this is truly cool template https://github.com/glepnir/cosynvim
  • My config files cannot be found in init.lua, I don't know what i'm doing wrong
    1 project | /r/neovim | 13 Jul 2022
    maybe you can try the cosynvim
  • Cosynvim a high availability,high performance,modern config template
    1 project | /r/neovim | 2 Jul 2022
    I wish every vimer could have their own configuration instead of using some huge configuration. This is not the right way to use neovim I think. Most people don't have time to invest in neovim due to work or other reason, and recently I've found that many people are interested in my configuration glepnir/nvim . But it has too many of my personal habits and my own hacks. Some less experienced vimers have a hard time reading it. Combine these reasons. I removed some of my hacks and made Cosynvim. A neovim config template that you only need to install the plugin you want and configure some keys to quickly use neovim

linux_config

Posts with mentions or reviews of linux_config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-21.
  • Beginners Guieds for writing Neovim configs in Lua
    5 projects | /r/neovim | 21 Sep 2022
    Was in the same position as you, with basically no lua knowledge. You could take a look at my config, here, which I simplified from glepnir's skeleton. I also followed along https://github.com/LunarVim/Neovim-from-scratch and the accompanying videos to understand what was going on with the code. Took me about a weekend all in all to get to a state I was happy with. this resources is also very good, though takes a bit more lua/programming know how to understand.

What are some alternatives?

When comparing dope and linux_config you can also consider the following projects:

Launch.nvim - 🚀 Launch.nvim is modular starter for Neovim.

NeoVim_Essentials - Just the basics to get started on the mystical Vim journey.