NotAShelf / nvf

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

Fix colorizer #283

Closed horriblename closed 3 months ago

horriblename commented 4 months ago

fixes #282

Reverts API changes from the setupOpts PR, since it doesn't work well with this plugin

turns out I was looking at the unmaintained repo for a week and wondering why my code doesn't work. setupOpts is re-added

horriblename commented 4 months ago

PR is ready but example for setupOpts.filetypes relies on #289