Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcuxyz/neovim-dotfiles
https://github.com/marcuxyz/neovim-dotfiles
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcuxyz/neovim-dotfiles
- Owner: marcuxyz
- Created: 2021-06-05T05:51:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T13:08:50.000Z (over 3 years ago)
- Last Synced: 2024-10-26T03:43:58.826Z (about 2 months ago)
- Language: Vim script
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install NeoVim in ArchLinux OS
in a arch linux run de follows command for install the **neovim**:
```shell
$ sudo pacman -S neovim
```## Install Plugins
Open the **neovim**:
```shell
$ nvim
```and execute **PlugInstall** command
```shell
:PlugInstall
```![Plugins Installed](./pluginsInstalled.png)