commit
16f24bf265
2 changed files with 3 additions and 6 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
6
main.py
6
main.py
|
|
@ -1,6 +0,0 @@
|
||||||
def main():
|
|
||||||
print("Hello from midnight-nvim!")
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
main()
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue