https://github.com/rdnt/learn-nvim
https://github.com/rdnt/learn-nvim
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdnt/learn-nvim
- Owner: rdnt
- Created: 2022-07-22T13:51:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T21:19:38.000Z (over 2 years ago)
- Last Synced: 2025-03-25T03:55:58.659Z (over 1 year ago)
- Language: Lua
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-nvim
Small repo that includes creation and running of a minimal container where I can
learn nvim and configure my dotfiles.
The dotfiles here are focused around my preferences (and are a work in progress)
but feel free to adapt for your own use.
Dependencies:
- Docker
- WSL 2 or Linux
Build:
```
./build.sh # or .\build.ps1 if using powershell
```
Run:
```
./run.sh # or .\run.ps1 if using powershell
```