https://github.com/adoyle-h/neovim-config
My personal neovim configuration
https://github.com/adoyle-h/neovim-config
config lua neovim nvim vim
Last synced: 9 months ago
JSON representation
My personal neovim configuration
- Host: GitHub
- URL: https://github.com/adoyle-h/neovim-config
- Owner: adoyle-h
- License: bsd-3-clause
- Created: 2016-09-18T06:39:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T20:28:03.000Z (about 1 year ago)
- Last Synced: 2025-05-28T21:36:18.630Z (about 1 year ago)
- Topics: config, lua, neovim, nvim, vim
- Language: Lua
- Homepage:
- Size: 1.51 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ADoyle-Style Neovim Configuration
My neovim config based on [one.nvim](https://github.com/adoyle-h/one.nvim) for personal usage.
Not accept any PR.
## Install
1. `git clone https://github.com/adoyle-h/neovim-config.git`
2. `cd neovim-config`
3. Choose one:
- `make init-full` for full features.
- `make init-lite` for offline environment.
- `make init-repro` for minimal reproduce issue.
## Copyright and License
Copyright 2016-2025 ADoyle (adoyle.h@gmail.com) All Rights Reserved.
The project is licensed under the **BSD 3-clause License**.
See the [LICENSE][] file for the specific language governing permissions and limitations under the License.
See the [NOTICE][] file distributed with this work for additional information regarding copyright ownership.
## Other Projects
[Other lua projects](https://github.com/adoyle-h?tab=repositories&q=&type=source&language=lua&sort=stargazers) created by me.
[LICENSE]: ./LICENSE
[NOTICE]: ./NOTICE