datwaft / nvim.conf

datwaft's neovim configuration
114 stars 6 forks source link
dotfiles lazy neovim neovim-configuration

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}