Skip to content

Neovim_vimscript

Corentin Hervaud edited this page Aug 7, 2023 · 3 revisions

Neovim (Vimscript)

Here you will find documentation about my old Neovim configuration (Vimscript).

This configuration is not synchronized using chezmoi, the only way to install it is by using manual installers.

⚠️ Please note this configuration is not maintained anymore

Files and folders

Dependencies

This Neovim configuration requires some tools and commands to be installed.
Some of these tools need to be in a specific version or configured specifically, so here is a resumé:

Curl

The curl command must be present on your machine.

Check installation

which curl --version

Git

The git command must be present on your machine.

Check installation

which git --version

NodeJS

NodeJS must be installed on your machine.

Check installation

node -v

Yarn

Yarn must be installed on your machine.

Used by

Check installation

yarn --version

Python pip

The pip command must be present on your machine.

Check installation

pip --version

Tar

The tar command must be present on your machine.

Check installation

tar --version

Cmake

The cmake command must be present on your machine.

Check installation

cmake --version

Ripgrep

The rg command must be present on your machine.

Check installation

rg --version

fd

The fd command must be present on your machine.

Check installation

fd --version

Note that the command need to be name fd and not fdfind, you may need to do a symlink.