https://github.com/degete/nvim-config
⚙️ Neovim config files
https://github.com/degete/nvim-config
lua neovim neovim-plugins nvim nvim-lua vim vimrc
Last synced: 5 months ago
JSON representation
⚙️ Neovim config files
- Host: GitHub
- URL: https://github.com/degete/nvim-config
- Owner: Degete
- Created: 2021-08-30T02:20:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:29:24.000Z (over 1 year ago)
- Last Synced: 2024-05-23T02:32:29.536Z (over 1 year ago)
- Topics: lua, neovim, neovim-plugins, nvim, nvim-lua, vim, vimrc
- Language: Lua
- Homepage:
- Size: 137 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Neovim Configuration
## Installation
```sh
cd ~
git clone git@github.com:degete/nvim-config.git ~/.nvim
ln -s ~/.nvim .config/nvim
```
### Plugins
To install the plugins, you can just open nvim or run the following command:
```sh
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
```