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()