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.
- Host: GitHub
- URL: https://github.com/barrientosvctor/nvim
- Owner: barrientosvctor
- Created: 2022-11-26T17:34:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T04:13:57.000Z (over 1 year ago)
- Last Synced: 2024-05-28T13:34:11.730Z (over 1 year ago)
- Topics: lspconfig, neovim, nvim
- Language: Lua
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```