https://github.com/vncsmyrnk/nvim-config
This is my nvim config.
https://github.com/vncsmyrnk/nvim-config
lua nvim
Last synced: about 2 months ago
JSON representation
This is my nvim config.
- Host: GitHub
- URL: https://github.com/vncsmyrnk/nvim-config
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-01-03T16:18:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T20:05:33.000Z (2 months ago)
- Last Synced: 2026-04-24T22:16:08.514Z (2 months ago)
- Topics: lua, nvim
- Language: Lua
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


# myconfig.nvim
This is my [nvim](https://neovim.io/) config.
To work properly this repo should be cloned/copied to `~/.config/nvim`.
[lazy.nvim](https://github.com/folke/lazy.nvim) is used as a plugin manager.
> [!NOTE]
> [Latest nvim releases](https://github.com/neovim/neovim/releases) should be compatible with this configuration.
## Dependencies
- [nvim](https://neovim.io/)
- [stow](https://www.gnu.org/software/stow/)
- [tree-sitter](https://tree-sitter.github.io/tree-sitter/)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [fd](https://github.com/sharkdp/fd)
- [gh](https://cli.github.com/)
- [lazygit](https://github.com/jesseduffield/lazygit)
- [luarocks](https://luarocks.org/)
## Install
This project uses [just](https://github.com/casey/just) and [stow](https://www.gnu.org/software/stow/) for the installation.
```bash
just install
```