https://github.com/vladdoster/neovim-configuration
lua neovim configuration
https://github.com/vladdoster/neovim-configuration
dotfiles dotfiles-macos lua neovim
Last synced: 9 months ago
JSON representation
lua neovim configuration
- Host: GitHub
- URL: https://github.com/vladdoster/neovim-configuration
- Owner: vladdoster
- License: mit
- Created: 2021-07-05T04:42:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T05:55:36.000Z (over 1 year ago)
- Last Synced: 2025-08-28T18:06:02.254Z (9 months ago)
- Topics: dotfiles, dotfiles-macos, lua, neovim
- Language: Lua
- Homepage:
- Size: 1.18 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim configuration
[](https://github.com/vladdoster/neovim-configuration/releases/latest)
[](https://github.com/vladdoster/neovim-configuration/actions/workflows/release.yml)
[](https://github.com/vladdoster/neovim-configuration/graphs/contributors)
## Install
```bash
mv ~/.config/nvim ~/.config/nvim.bak
```
```bash
git clone https://github.com/vladdoster/neovim-configuration ~/.config/nvim
```
```bash
make clean
nvim
```
## Makefile
| Target | Descripton |
| ------------- | ---------------------------------------------------------- |
| clean | Remove installed plugins & packer artifacts |
| deps | Install lua-formatter system-wide |
| format | Run lua-formatter using `.lua_format.yml` config |
| help | Display all Makfile targets |
| update-readme | Update Make targets table in README |
| update | Run clean target, pull git changes, and re-install plugins |