Skip to content

barrientosvctor/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Victor's Neovim configuration

Must-have requeriments

Suggested requeriments

Optional requeriments

Installation

1. Clone repository.

Unix, Linux

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

Windows Powershell

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

2. Open Neovim.

$ nvim

Notes

LSP

  • If you want to install a new language server. Make sure to first adding it to lsp config file. Then restart Neovim. The language server will download automatically and ready to use.

If you don't know how to configure any language server, take a look at this documentation.