You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## How to use system provided binaries instead of nixvim provided ones
92
+
93
+
There are a number of plugins that install extra packages using `nix`, but this can cause issues.
94
+
For example enabling `plugins.treesitter` could add `gcc` to the PATH of neovim, and this could break workflows that rely on the system provided compiler.
95
+
96
+
Most plugins that install packages also provide a `xxxPackage` option that can be set to `null` to skip the installation of the package.
97
+
For example `plugin.treesitter` provides the `gccPackage` option.
0 commit comments