https://github.com/noqqe/vim
Personal neovim configuration (used to be vim configuration)
https://github.com/noqqe/vim
neovim vim vimrc
Last synced: 6 months ago
JSON representation
Personal neovim configuration (used to be vim configuration)
- Host: GitHub
- URL: https://github.com/noqqe/vim
- Owner: noqqe
- Created: 2015-07-02T08:08:35.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-06-18T10:39:59.000Z (about 1 year ago)
- Last Synced: 2025-06-18T11:35:48.193Z (about 1 year ago)
- Topics: neovim, vim, vimrc
- Language: Lua
- Homepage:
- Size: 6.24 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nvim
This is my `neovim` configuration. Its written in pure lua und not compatible
to `vim` anymore (see History)
Goals
* reusable for the public
* not containing machine specific configuration
* acceptable startup time
* no bloat
*Please do not use without reading and understanding the configuration.*
## Installation
```bash
git clone https://github.com/noqqe/vim ~/.config/nvim
nvim
```
## History
This repo used to be my `vim` configuration, but I switched to `neovim`, which
supports `lua` configuration and vimscript configuration as well.
Since 0.5.0 version of neovim is out I no longer take care of compatibility
to `vim` 8.0.
However, my vim config is needed from time to time. If you're interested in
that, see the branch `vim` in this repo, it will be updated from time to time
when needed