https://github.com/steveplays28/nvim-dotfiles
My NeoVim config.
https://github.com/steveplays28/nvim-dotfiles
config dotfiles neovim nvim vim
Last synced: over 1 year ago
JSON representation
My NeoVim config.
- Host: GitHub
- URL: https://github.com/steveplays28/nvim-dotfiles
- Owner: Steveplays28
- License: lgpl-3.0
- Created: 2024-03-16T22:42:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T00:30:52.000Z (over 2 years ago)
- Last Synced: 2025-01-27T13:15:51.743Z (over 1 year ago)
- Topics: config, dotfiles, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim dotfiles
My NeoVim config.
## Installation
### Linux/MacOS
```bash
cd ~/.config/
git clone https://github.com/Steveplays28/nvim-dotfiles.git nvim
nvim
```
## Windows
Neovim's config directory is different on Windows, by default.
You can choose to either use the default path or change it to `~/` and follow the installation steps for Linux/MacOS instead.
```bash
cd ~/AppData/Local/
git clone https://github.com/Steveplays28/nvim-dotfiles.git nvim
nvim
```