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 the 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, use Mason. Then configure the language server using lspconfig. If you don't know how to configure any language server, look at server configurations.

Mason

  • To automatically install the packages which aren't installed. Just type :Mason.

  • If you want to add a new package in the ensure installed list, just add the name of whose Mason package in the Mason config.

Devicons

  • If you have installed any Nerd Font font and if your terminal emulator of your preference can support Nerd Font icons, make sure to enable devicons plugin here for better programming experience.

vim.g.enable_devicons = true