mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-12 01:54:51 -05:00
Add some stuff to make the development with Neovim easier: - Add a "deno.json" file, which is required by the Deno language server, when working in Neovim to detect the "import_map.json" file. - Add a "run.sh" script to easily run the Flutter app from the command line. - Add the "run.sh" script and an example for Neovim to the contributing guide.