diff --git a/README.md b/README.md index 480cfe6..69fd6d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Make your `~/.config/nvim/` portable with nix! This flake patches neovim to supp Read `:h config` for how to configure neovim. +Additionally, this flake adds a few checks to your config. The derivation will fail to build if any lua syntax errors are found or any `vim.notify(..., vim.log.levels.ERROR)`'s are thrown. Change `doCheck` to disable this. + ## Getting Started > [!TIP]