https://github.com/afnanenayet/nvim-dotfiles
My neovim configuration (as my full dotfiles are managed by YADM and are private)
https://github.com/afnanenayet/nvim-dotfiles
config configuration-files dein deoplete neovim vim
Last synced: 3 months ago
JSON representation
My neovim configuration (as my full dotfiles are managed by YADM and are private)
- Host: GitHub
- URL: https://github.com/afnanenayet/nvim-dotfiles
- Owner: afnanenayet
- Created: 2018-07-25T01:38:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-07T14:16:40.000Z (6 months ago)
- Last Synced: 2026-01-20T18:53:24.421Z (5 months ago)
- Topics: config, configuration-files, dein, deoplete, neovim, vim
- Language: Lua
- Size: 122 KB
- Stars: 31
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neovim config files
## Synopsis
These are my neovim configuration files, they are evolving and carry no
guarantees of stability.
## Development
The makefile contains two targets: `all` and `install`. `make all` is reserved
for my use (it copies the original config files over to the repo). `make
install` copies the files from this repo to your home folder, if you don't have
an existing neovim config. I encourage you to create your own config and use
mine for inspiration, however, since it'll allow you to get a better
understanding of how (neo)vim is set up.