https://github.com/viktor-yakubiv/nvim
Another neovim configuration
https://github.com/viktor-yakubiv/nvim
Last synced: 2 months ago
JSON representation
Another neovim configuration
- Host: GitHub
- URL: https://github.com/viktor-yakubiv/nvim
- Owner: viktor-yakubiv
- Created: 2022-12-29T08:02:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T19:33:08.000Z (2 months ago)
- Last Synced: 2025-04-03T20:24:06.617Z (2 months ago)
- Language: Lua
- Size: 232 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://vshymanskyy.github.io/StandWithUkraine)# Viktor Yakubiv's Neovim Configuration
Originally, I wanted to choose an alredy made configuration
and use it as a package, pulling updates from time to time.
However, when I studied repositories tagged with _nvim_ and _neovim_
on GitHub, I discovered that
those configurations are tailored for personal needs
and in general are not built as a package but rather as a whole.
Therefore, I decided to start my own configuration from scratch.## Acknowledgements
I have been inspired by the following list repositories:
- [jdhao's nvim-config](https://github.com/jdhao/nvim-config)
- [CosmicVim](https://github.com/CosmicNvim/CosmicNvim)
- [AstroNvim](https://github.com/AstroNvim/AstroNvim)
- [NvChad](https://github.com/NvChad/NvChad)I am grateful to all authors and contributors
of these public configurations that made it possible
for me to do something similar.Thank you ❤️