Setting Up Neovim like VSCode

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • vim-plug

    :hibiscus: Minimalist Vim Plugin Manager

  • The plugin manager that we will be using in our setup is vim-plug which can be found here. What this plugin manager will do is that it will install various utilities and plugins that the vim community has created without any builds required by the user. Just add the plugin name to the vim config and it will install that plugin. Let's install vim plug now. As a neovim user, run

  • 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
  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

  • These are some of the language packs that I use. You can go here and can look for other language packs as well.

  • spaceduck

    🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!

  • For the color scheme, I use spaceduck, which is a blue coloured theme. To install this, add Plug pineapplegiant/spaceduck', { 'branch': 'main' }

  • suckless-builds

    my suckless builds with configs of dwm, dmenu, dwmblocks, slstatus, and st.

  • For more details, you can look here, dotfiles.

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

  • What is the fastest plugins for auto completion and for colour hex display for nvim?

    6 projects | /r/neovim | 19 Mar 2021
  • regedit.vim - Access and edit the registers quickly and easily

    1 project | /r/vim | 3 Sep 2023
  • F/f/T/t highlight plugin?

    8 projects | /r/neovim | 10 Jul 2023
  • how to change the background color of code blocks in markdown file?

    3 projects | /r/neovim | 29 Jun 2023
  • How to configure vim like an IDE

    44 projects | /r/vim | 27 Jun 2023