-
-
Notifications
You must be signed in to change notification settings - Fork 0
Neovim_vimscript
Corentin Hervaud edited this page Aug 7, 2023
·
3 revisions
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.
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é:
Yarn
Yarn must be installed on your machine.
- Markdown preview to preview markdown files.
yarn --version
fd
The fd command must be present on your machine.
fd --version
Note that the command need to be name fd
and not fdfind
, you may need to do a symlink.