Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josethz00/neovim-like-vscode
This is a public repo, that contains some settings and plugins that allows you to use NeoVim like Visual Studio Code.
https://github.com/josethz00/neovim-like-vscode
neovim nvim vim vim-vscode vimscript
Last synced: about 2 months ago
JSON representation
This is a public repo, that contains some settings and plugins that allows you to use NeoVim like Visual Studio Code.
- Host: GitHub
- URL: https://github.com/josethz00/neovim-like-vscode
- Owner: josethz00
- Created: 2020-12-28T18:36:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T23:20:44.000Z (about 4 years ago)
- Last Synced: 2024-11-07T15:54:52.781Z (about 2 months ago)
- Topics: neovim, nvim, vim, vim-vscode, vimscript
- Language: Vim script
- Homepage:
- Size: 8.79 KB
- Stars: 154
- Watchers: 2
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
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