Net Noodlings with Nathan logo

Net Noodlings with Nathan

Subscribe
Archives
December 11, 2023

Project Configs and One Winged Angels

Hey folks,

We're rounding the last lap here on the Christmas Crunch, the finish line is in sight! 🏁


Thinking Too Hard

Not groundbreaking, but I learned that NeoVim has a version of local project config.

To activated, turn the exrc option to true in your config, and then NeoVim will look for:

  • .nvim.lua
  • .nvimrc
  • .exrc

in the project directory and execute whatever is in there. This can be handy for things like forcing filetypes, or adding small functionality that you don't necessarily want in your global config.

This COULD potentially do weird and bad things if you're not paying attention and just load up a project, fortunately there's a trust dialog to make sure that you MEAN to run this local project config.


Interesting Web Bits

  • How NOT to add diversity to a conference lineup 😬
  • I do think we're starting to see more depth show up in app and web design these days. But if it's not 'Flat Design', what will we call it? 🤔
  • Not your typical one-winged angel... 😂
  • Neat to see they're still actively updating the HTML5 boilerplate
Don't miss what's next. Subscribe to Net Noodlings with Nathan:
Powered by Buttondown, the easiest way to start and grow your newsletter.