Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaudinh/neovim-config
my neovim configuration for javascript development
https://github.com/chaudinh/neovim-config
Last synced: about 1 month ago
JSON representation
my neovim configuration for javascript development
- Host: GitHub
- URL: https://github.com/chaudinh/neovim-config
- Owner: ChauDinh
- Created: 2019-09-30T14:43:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T16:54:16.000Z (over 5 years ago)
- Last Synced: 2024-11-18T13:39:12.553Z (3 months ago)
- Language: Vim script
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeoVim Configuration
This repo is my neovim configuration, includes some plugins for effective production.
## What we will cover?
- Create and config neovim with init.vim file
- Install plugins with Vim-Plug
- Making nvim as a text editor (sublime text)
## Installation
```
git clone https://github.com/ChauDinh/neovim-config.git
cd folder_name
```Once installed, you might focus only the init.vim file. There are several of plugins as well as themes, and configuration.
If you use a Mac, like me, you should copy the init.vim file into `$HOME/.config/nvim/`.
Then open terminal/iterm2/alacritty and type:
```
nvim $HOME/.config/nvim/init.vim
```
In neovim command mode (press ESC), type:```
:source %PlugInstall
PlugUpdate
PlugClean
```These commands will install all plugins and theme for your neovim.
If you have any question, feel free to contact me. Goodluck, my friends!