An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![Neovim](https://img.shields.io/badge/NeoVim-%2357A143.svg?&style=for-the-badge&logo=neovim&logoColor=white)
![Lua](https://img.shields.io/badge/lua-%232C2D72.svg?style=for-the-badge&logo=lua&logoColor=white)

# 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
```