https://github.com/parthpower/nvim-config
nvim config
https://github.com/parthpower/nvim-config
Last synced: 6 months ago
JSON representation
nvim config
- Host: GitHub
- URL: https://github.com/parthpower/nvim-config
- Owner: parthpower
- License: other
- Created: 2024-07-05T02:42:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-13T02:31:15.000Z (10 months ago)
- Last Synced: 2025-03-13T03:26:22.370Z (10 months ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# init.lua for things
just some stuff with lsp and completions etc
## quick start (because i'll forget this)
```shell
# get nvim
curl -Lfs https://github.com/neovim/neovim/releases/download/v0.11.0/nvim-linux-x86_64.tar.gz | tar -xzv
cp -r nvim-linux-x86_64/* ~/.local/
# directly clone this into nvim config? or not...
git clone https://github.com/parthpower/nvim-config.git ~/.config/nvim
nvim
```
## yoinked stuff from
- https://github.com/ThePrimeagen/init.lua
- https://github.com/LazyVim/LazyVim