https://github.com/vncsmyrnk/nvim-config
This is my local nvim config using lua.
https://github.com/vncsmyrnk/nvim-config
lazynvim lua nvim
Last synced: about 2 months ago
JSON representation
This is my local nvim config using lua.
- Host: GitHub
- URL: https://github.com/vncsmyrnk/nvim-config
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-01-03T16:18:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-05T23:53:41.000Z (6 months ago)
- Last Synced: 2024-12-06T00:27:41.476Z (6 months ago)
- Topics: lazynvim, lua, nvim
- Language: Lua
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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. Versions `0.10.x` guaranteed to work## Install
This project uses [just](https://github.com/casey/just) and [stow](https://www.gnu.org/software/stow/) for the installation.
```bash
just install
```