Skip to content

datwaft/nvim.conf

Repository files navigation

datwaft's neovim configuration

Dependencies

How to install git hooks?

We are using husky for installing the git hooks.

Execute the following command to install the git hooks:

npx husky

Dependencies

For these git hooks we are using hooks that require some node packages installed globally in your system:

npm install --global @commitlint/{cli,config-conventional}