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

https://github.com/barrientosvctor/nvim

My neovim config.
https://github.com/barrientosvctor/nvim

lspconfig neovim nvim

Last synced: 7 months ago
JSON representation

My neovim config.

Awesome Lists containing this project

README

          

# Victor's Neovim configuration

## Must-have requeriments

* [Neovim](https://neovim.io/) >= **0.9.2** version.
* [Fzf](https://github.com/junegunn/fzf) > **0.25** version.

## Suggested requeriments

* [Python3](https://www.python.org/downloads/).
* [git-scm](https://git-scm.com/) >= **2.19.0** version.
* `tar` and `curl` commands in path for [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).
* a C compiler: this is necessary for [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) (the compiler should be in path).

## Installation

**1.** Clone the repository.

> Unix, Linux

```shell
$ git clone --depth 1 https://github.com/barrientosvctor/nvim.git ~/.config/nvim
```

> Windows Powershell

```powershell
$ git clone https://github.com/barrientosvctor/nvim.git "$env:LOCALAPPDATA\nvim"
```

**2.** Open Neovim.

```shell
$ nvim
```