Nick Nisi

Results 18 comments of Nick Nisi

Can you elaborate on what you're trying to do when you're seeing this error?

Try running `nvim +PlugInstall +q` and then start vim again. I think maybe some plugins are not installed.

Ah yeah, that might be it! Sorry, I responded from my phone and didn't see the previous message.

I just tried deleting all of my vim plugins and reinstalling, and I see the same issue with FZF. Doing the following fixed it ```shell cd config/nvim/plugged/telescope-fzf-native.nvim make ``` The...

As for the `~/.vimrc_background` file missing, that should get created when setting a terminal/vim theme with one of the `base16` commands. Try running something like ```shell base16_chalk ``` Alternatively, this...

I like that and have a few checks around, but for some of the bigger things like `brew`, it's assuming the install script has been run which does install those....

Ooh, yeah! I've been thinking about the idea of a health check script, similar to the `:checkhealth` command in neovim.

@jrock2004 I added a start to a script like this over at #160. Let me know what you think and if you can think of other things that might be...

This sounds good to me, too, but why remove barrel files? They could be auto-generated during the build.

Based on discussion, this could require special handling of radio buttons in the vdom since they are a unique case, spanning multiple elements.