[PR #63] [MERGED] [core] Add Development Setup for Neovim #67

Closed
opened 2025-10-31 16:56:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/63
Author: @ricoberger
Created: 11/4/2023
Status: Merged
Merged: 11/4/2023
Merged by: @ricoberger

Base: mainHead: core-add-dev-setup-for-neovim


📝 Commits (1)

  • 95123e0 [core] Add Development Setup for Neovim

📊 Changes

5 files changed (+129 additions, -7 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 CONTRIBUTING.md (+59 -7)
app/run.sh (+55 -0)
📝 supabase/.env.example (+1 -0)
supabase/functions/deno.json (+11 -0)

📄 Description

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.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/63 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 11/4/2023 **Status:** ✅ Merged **Merged:** 11/4/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-add-dev-setup-for-neovim` --- ### 📝 Commits (1) - [`95123e0`](https://github.com/feeddeck/feeddeck/commit/95123e05f0b31b5d33c8c81d38eac3a2348ee62a) [core] Add Development Setup for Neovim ### 📊 Changes **5 files changed** (+129 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `CONTRIBUTING.md` (+59 -7) ➕ `app/run.sh` (+55 -0) 📝 `supabase/.env.example` (+1 -0) ➕ `supabase/functions/deno.json` (+11 -0) </details> ### 📄 Description 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. <!-- Keep PR title verbose enough and add prefix telling about what source it touches e.g "[rss] Add feature xyz" or if the the PR is not realated to a source use "[core]", e.g. "[core] Fix xyz". If you add a breaking change within your PR you should add ":warning:" to the title, e.g. ":warning: [core] My breaking change" --> <!-- Description of what have been changed. Please also reference an issue, when available. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:56:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#67