Replies: 1 comment
-
|
I'm not very keen on adding a comparison, because
That said, I believe your comparison is quite apt. nvf aims to be more integrated, more comfortable and more importantly more extensible than the rest of the wrappers. In this sense it is a hybrid wrapper that allows Nix and Lua almost interchangeably. We also make good use of DAGs, which as you put it, is one of the differences. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could you add a comparison of NVF to NixVim to the README?
Here's what I think (correct me; I haven't used NVF):
NVF is more opinionated/integrated than NixVim, and because of that users don't have to configure plugins as much to work with each other. Examples of the categories/integrations include
vim.languagesandvim.autocomplete.NVF also uses a DAG for configuration, compared to numbered ordering in NixVim. Similar to home-manager vs NixOS.
Beta Was this translation helpful? Give feedback.
All reactions