Merge pull request #9 from barrett-ruth/fix/misc/cleanups

cleanup
This commit is contained in:
Barrett Ruth 2025-11-10 01:22:11 -05:00 committed by GitHub
commit 16f24bf265
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

View file

@ -6,6 +6,9 @@ neovim theme for code, not colors.
## Installation ## Installation
Install with any package manager of your choice. For example, with
[lazy.nvim](https://github.com/folke/lazy.nvim):
```lua ```lua
{ {
'barrett-ruth/midnight.nvim', 'barrett-ruth/midnight.nvim',

View file

@ -1,6 +0,0 @@
def main():
print("Hello from midnight-nvim!")
if __name__ == "__main__":
main()