Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcuxyz/neovim-dotfiles


https://github.com/marcuxyz/neovim-dotfiles

Last synced: 11 days ago
JSON representation

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)