Skip to content

hyper-dot/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired by neovim-like-vscode by José

Make your NeoVim looks like VSCode

This is a public repo, that contains some settings and plugins that allows you to use NeoVim like Visual Studio Code.

You can clone the repository into your nvim folder, or enter the repository files, and copy only the settings you need

To display the icons correctly, make sure your terminal is using a Nerd Font, here is the link to check the fonts: https://github.com/ryanoasis/nerd-fonts#patched-fonts

Neovim logo


Why should you use NeoVim instead of VSCode? 🤔

  • If you haven't a lot of RAM and CPU available, NeoVim is a good alternative
  • NeoVim is an improved version of the traditional and famous editor Vim
  • NeoVim is an open-source text-editor, and also is a highly extensible editor
  • You can customize it by using plugins, or VimScript
  • NeoVim is very light, does not lock, its startup is fast and consumes very little resources on your machine

By using this settings, how will my NeoVim looks like?


NOTE: You have to have nodejs and npm as well as python and pip installed.

To install first backup your ~/.config/nvim/ folder and then clone the repo into your config by using following command

mv ~/.config/nvim/ ~/.config/nvim.bak

git clone https://github.com/Roshanpaudel111/nvim.git ~/.config/nvim

NeoVim VSCode --- NeoVim VSCode --- NeoVim VSCode

About

Make your NeoVim look like VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages