GitXplorerGitXplorer
j

neovim-like-vscode

public
156 stars
26 forks
1 issues

Commits

List of commits on branch main.
Unverified
307ae5c3a21786f153bd3044004977fbab999768

Merge branch 'main' of https://github.com/josethz00/neovim-like-vscode into main

jjosethz00 committed 4 years ago
Unverified
2e6aba7de6f856e1cc906af441c3857468bf22c4

Added Shift Arrow, Ctrl C and Ctrl V

jjosethz00 committed 4 years ago
Verified
160feb8e2e224fb85a8322a36f7c0de2823a39a1

Update README.md

jjosethz00 committed 4 years ago
Verified
69b0dc19e53d7180a0f87181b593587b6d6d8c43

Update README.md

jjosethz00 committed 4 years ago
Verified
92bad9d7167fbb08ab35fa9e43ef36557c6b5f42

Create README.md

jjosethz00 committed 4 years ago
Unverified
dcd825f133290334b91faa4b23dcac9b8db02678

Initial commit

jjosethz00 committed 4 years ago

README

The README file for this repository.

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

After that, you just have to open your init.vim, probably located at /home/your_user/.config/nvim, press ESC, and then type :PlugInstall to auto-detect the plugins and install them

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?


NeoVim VSCode