Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladdoster/neovim-configuration
lua neovim configuration
https://github.com/vladdoster/neovim-configuration
dotfiles dotfiles-macos lua neovim
Last synced: 9 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T08:12:15.000Z (6 months ago)
- Last Synced: 2024-10-13T02:09:17.465Z (25 days ago)
- Topics: dotfiles, dotfiles-macos, lua, neovim
- Language: Lua
- Homepage:
- Size: 1.18 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim configuration
[![Release Version](https://img.shields.io/github/v/release/vladdoster/neovim-configuration)](https://github.com/vladdoster/neovim-configuration/releases/latest)
[![Release](https://github.com/vladdoster/neovim-configuration/actions/workflows/release.yml/badge.svg)](https://github.com/vladdoster/neovim-configuration/actions/workflows/release.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/vladdoster/neovim-configuration)](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 |