Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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
- License: mit
- Created: 2018-07-25T01:38:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T21:00:59.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T12:44:35.322Z (about 1 month ago)
- Topics: config, configuration-files, dein, deoplete, neovim, vim
- Language: Vim script
- Size: 134 KB
- Stars: 31
- Watchers: 3
- Forks: 17
- 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.