This commit is contained in:
2024-02-05 15:52:12 +01:00
commit 74dcfc08fd
2 changed files with 128 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# Install
```bash
> git clone https://github.com/zevaverbach/nvim_setup
> ln -s <path-to-this-repo>/init.lua ~/.config/nvim/init.lua
> sudo npm install -g pyright
```