Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim configuration

Font

If needed, install and set an appropriate font from nerdfonts.com.

For instance Hack font:

# TODO: download Hack Nerd Font

# Install
mkdir -p "$XDG_DATA_HOME"/fonts
unzip Hack.zip -d "$XDG_DATA_HOME"/fonts
fc-cache -rv

Set the font in the terminal emulator.

Language server

Introduction

Read :h lspconfig-all!

For diagnostics / autocompletion features, install the following language server:

Exemples

Arch-based

sudo pacman -S pyright lua-language-server bash-language-server

Debian-based

sudo apt install npm
sudo npm i -g pyright
sudo npm i -g bash-language-server

lua_ls can be installed manually from the release page.

Neovim configuration

git clone git@github.com:vgitv/nvim.git ~/.config/nvim

Open Neovim, wait for Lazy to install the plugins. Then restart Neovim, and run :checkhealth command.

Special thanks

Special thanks to kickstart.nvim.

About

Neovim configuration

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages