From 18fe9c5628ccecc628443fc51435eaa0a6cf51d1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Mon, 10 Nov 2025 01:21:46 -0500 Subject: [PATCH] cleanup --- README.md | 3 +++ main.py | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 main.py diff --git a/README.md b/README.md index 94b1c30..244d816 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ neovim theme for code, not colors. ## Installation +Install with any package manager of your choice. For example, with +[lazy.nvim](https://github.com/folke/lazy.nvim): + ```lua { 'barrett-ruth/midnight.nvim', diff --git a/main.py b/main.py deleted file mode 100644 index c1d6a48..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from midnight-nvim!") - - -if __name__ == "__main__": - main()