Zproger / GenesisNvim

A minimalistic nvim config aimed at Python developers. It is a lightweight replacement for PyCharm and VsCode, eliminating all unnecessary featuresd to be easily portable for running on servers and for deployment on Linux systems.
MIT License
60 stars 6 forks source link

Mac install issue. #1

Closed morozsm closed 1 month ago

morozsm commented 1 month ago

On Mac OS Sonoma:

❯ rm -rf ~/.config/nvim

~
❯ git clone https://github.com/Zproger/GenesisNvim.git ~/.config/nvim
Cloning into '~/.config/nvim'...
remote: Enumerating objects: 27, done.
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 27 (delta 10), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (27/27), 723.66 KiB | 695.00 KiB/s, done.
Resolving deltas: 100% (10/10), done.

When trying to run:

❯ nvim -c "MasonInstall pyright ruff-lsp mypy"
Error detected while processing command line:
E492: Not an editor command: MasonInstall pyright ruff-lsp mypy
Press ENTER or type command to continue

nvim version:

❯ nvim --version
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713773202
Run "nvim -V1 -v" for more info
MyMaiSan commented 1 month ago

а норм, что сейчас нету конфига в репке?

maxktz commented 1 month ago

а норм, что сейчас нету конфига в репке?

yep, he said on 1k likes

morozsm commented 1 month ago

Hm. It was announced in telegram channel... I didn't expect empty repo :)

Zproger commented 1 month ago

The repository has been updated and the error has been fixed.