CosmicNvim VS kickstart.nvim

Compare CosmicNvim vs kickstart.nvim and see what are their differences.

CosmicNvim

CosmicNvim is a lightweight and opinionated Neovim config for web development, specifically designed to provide a šŸ’« COSMIC programming experience! [Moved to: https://github.com/CosmicNvim/CosmicNvim] (by mattleong)

kickstart.nvim

A launch point for your personal nvim configuration (by nvim-lua)
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
CosmicNvim kickstart.nvim
19 285
226 15,102
- 8.4%
10.0 9.1
over 2 years ago 3 days ago
Lua Lua
GNU General Public License v3.0 only 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.

CosmicNvim

Posts with mentions or reviews of CosmicNvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-23.
  • LSP Quickfix plugin suggestions
    4 projects | /r/neovim | 23 Jan 2022
    Hover/Signature with borders https://github.com/mattleong/CosmicNvim/blob/main/lua/cosmic/lsp/init.lua
  • Examples of lazy loading with packer
    5 projects | /r/neovim | 16 Nov 2021
  • CosmicNvim - New Themes!
    6 projects | /r/neovim | 15 Nov 2021
    Hi everyone! Iā€™m happy to announce that CosmicNvim now includes first-class support for 4 additional themes on top of the default for a total of 5 themes to choose from! The current selection: - [Catppuccino](https://github.com/Pocco81/Catppuccino.nvim) - [Gruvbox](https://github.com/ellisonleao/gruvbox.nvim) - [Rose-pine](https://github.com/rose-pine/neovim) - [Nord](https://github.com/shaunsingh/nord.nvim) - [Tokyonight](https://github.com/folke/tokyonight.nvim) Repo: https://github.com/mattleong/CosmicNvim (ā­ļøā€™s are very appreciated!) Iā€™ve previously said that I wouldnā€™t implement first class theme support for CosmicNvim outside of the default themeā€¦ Well, I guess I changed my mind. šŸ˜… For one, itā€™s probably been the most requested feature. For another, I want to be able to swap and play around with themes easily as well. My initial reason for _not_ wanting to include additional theme support was because I was worried about what sort of complexity it would bring. Turns out itā€™s not so bad and doesnā€™t overly bloat the codebase. If you have any suggestions for themes youā€™d like to see implemented, please feel free to drop them in the open [issue](https://github.com/mattleong/CosmicNvim/issues/25)!
    6 projects | /r/neovim | 15 Nov 2021
    If you have any suggestions for themes youā€™d like to see implemented, please feel free to drop them in the open issue!
  • bdelete closes neovim entirely, not just the current buffer
    2 projects | /r/neovim | 15 Nov 2021
    I'm currently using CosmicNvim along with Bufferline. I have bufferline configured to run `:bdelete! %d` as the close command, but event calling `:bdelete` directly has the same result: neovim is closed completely rather than just the current buffer.
  • COC or built-in-lsp
    4 projects | /r/neovim | 11 Nov 2021
    You can check out my config here: https://github.com/mattleong/CosmicNvim
  • Uhoh ... can't uninstall CosmicNVIM - need help.
    1 project | /r/neovim | 10 Nov 2021
    But I didn't do enough research on Cosmic. Installation seemed simple enough. Just git clone. So I backed up my nvim folder and installed it. Carelessly went through the installer. Decided it also wasn't for me. Rather than try to uninstall it, I renamed the folder 'nvim_cosmic' just in case, reverted back to my previous nvim folder, and there's tons of lua related errors.
  • Lua
    11 projects | /r/neovim | 9 Nov 2021
    And currently testing out Cosmic. Just made a backup of my nvim folder first.
  • Neovim distro with lsp, completion, debugging
    3 projects | /r/neovim | 8 Nov 2021
    Take a look at CosmicNvim! (Disclaimer: Iā€™m the author)
  • Neovim IDE
    2 projects | /r/neovim | 6 Nov 2021
    Canā€™t think of any reasons why Cosmic wouldnā€™t work on WSL. Havenā€™t tested it though.

kickstart.nvim

Posts with mentions or reviews of kickstart.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • From JetBrains to VSCode to NVIM: Why I Made the Switch
    1 project | dev.to | 28 Apr 2024
    Out of the box it offers almost nothing, but after 7 years of development I like that. I love the idea of customizing to my needs my IDE, so with the help of kickstart.nvim I have with 1 minute of installing and 10 extra minutes of configuration a complete IDE.
  • Using a venv with Neovim's Python LSP
    2 projects | dev.to | 5 Apr 2024
    I recently started coding with Neovim using kickstart.nvim as the template for my editor configuration. I downloaded the python-lsp-server package using Mason, but I was disappointed to discover that the IntelliSense on my third party dependencies didn't work. The LSP was resolving to my global Python installation, which did not have the packages from my virtual environment (venv) installed.
  • I Learned Neovim In A Weekend
    1 project | dev.to | 11 Mar 2024
    First thing I did was get kickstart.nvim. I had heard it was extremely useful (and it was). It was very easy to install. I start reading through init.lua, and it told me to run :Tutor, which is almost 1,000 lines of learning how to use Neovim, to which I obviously ran that command and started reading. Obviously, it takes a bit of time to complete :Tutor, but it's well worth it. "hjkl" wasn't too hard to get used to, also repeating motions by using numbers was useful, such as using '5dd' to delete 5 lines. I highly suggest reading this file, especially since I didn't really know about the different modes, which is probably why I failed to switch the other times. You would start writing your code, then Neovim would say that it can't find that command, you would accidently type an i and then start typing, and so on, it was a nightmare. For those that don't know the modes, here is each mode and how to get between them.
  • Kickstart.nvim: Single file launch point for a personal nvim config
    1 project | news.ycombinator.com | 7 Mar 2024
  • Neovide ā€“ a simple, no-nonsense, cross-platform GUI for Neovim
    17 projects | news.ycombinator.com | 31 Jan 2024
    I also suggest against using distributions. Instead of learning how to configure nvim itself you're learning to configure that specific distro.

    I suggest to take someone's lua config and start from there. Kickstart.nvim is a good one: https://github.com/nvim-lua/kickstart.nvim

  • Itā€™s been an hour and I have made no progress
    2 projects | /r/neovim | 9 Dec 2023
  • Do I need NeoVIM?
    11 projects | /r/neovim | 7 Dec 2023
    1) the option I wouldnā€™t chose, use Kickstarter. Itā€™s a minimal starter config, using a single init.lua that helps you build a config slowly. https://github.com/nvim-lua/kickstart.nvim
  • ready to use neovim for web development (frontend) - beginners
    4 projects | /r/neovim | 5 Dec 2023
    I highly recommend Lazyvim for if you want to have a VSCode (ish) like experience that still exposes you to configuring in Lua. Or Kickstart.nvim if you want a more "from scratch" experience
  • Search commands slow in neovim but fast in vim
    2 projects | /r/neovim | 2 Dec 2023
    In case it is helpful, I am using kickstart.nvim with only minor modifications.
  • Kickstart.emacs Starter kit for Gnu Emacs
    2 projects | /r/emacs | 13 Nov 2023
    One of the project goals is to become something like kickstart.nvim. Or, to be a reference if someone doesn't know how to do something.

What are some alternatives?

When comparing CosmicNvim and kickstart.nvim you can also consider the following projects:

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

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

LunarVim - A Neovim config made with sane defaults

nvim-lua-guide - A guide to using Lua in Neovim

Nginx-Lua-Anti-DDoS - A Anti-DDoS script to protect Nginx web servers using Lua with a HTML Javascript based authentication puzzle inspired by Cloudflare I am under attack mode an Anti-DDoS authentication page protect yourself from every attack type All Layer 7 Attacks Mitigating Historic Attacks DoS DoS Implications DDoS All Brute Force Attacks Zero day exploits Social Engineering Rainbow Tables Password Cracking Tools Password Lists Dictionary Attacks Time Delay Any Hosting Provider Any CMS or Custom Website Unlimited Attempt Frequency Search Attacks HTTP Basic Authentication HTTP Digest Authentication HTML Form Based Authentication Mask Attacks Rule-Based Search Attacks Combinator Attacks Botnet Attacks Unauthorized IPs IP Whitelisting Bruter THC Hydra John the Ripper Brutus Ophcrack unauthorized logins Injection Broken Authentication and Session Management Sensitive Data Exposure XML External Entities (XXE) Broken Access Control Security Misconfiguration Cross-Site Scripting (XSS) Insecure Deserializati

LazyVim - Neovim config for the lazy

lspsaga.nvim - The neovim language-server-client UI

lazy.nvim - šŸ’¤ A modern plugin manager for Neovim

dressing.nvim - Neovim plugin to improve the default vim.ui interfaces

KotlinLanguageServer - Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol

nvim-notify - A fancy, configurable, notification manager for NeoVim

Neovim-from-scratch - šŸ“š A Neovim config designed from scratch to be understandable