NotAShelf / nvf

A highly modular, extensible and distro-agnostic Neovim configuration framework for Nix/NixOS.
https://notashelf.github.io/nvf/
MIT License
160 stars 26 forks source link

treewide: make lib calls explicit #241

Closed FrothyMarrow closed 5 months ago

FrothyMarrow commented 5 months ago

Should make almost all of the lib calls explicit.

Renames the function parameters of diagnostics option from diagnostics and defaultDiagnostics to diagnosticsProviders and defaultDiagnosticsProvider respectively, to avoid naming conflicts.