From 1668b8bc97238feff395d7d2fd81997ee6911261 Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 28 Mar 2025 15:54:59 +0300 Subject: [PATCH] mention init.lua --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5131eda..f128cb9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ This is my neovim configuration. I am using [nix](https://github.com/nixos/nix) and [nixvim](https://github.com/nix-community/nixvim) to generate the neovim configuration. + +I am also pushing the generated neovim configuration in another branch using github actions. You can see my generated init.lua file [here](https://github.com/osbm/osbm-nvim/blob/init-lua/init.lua). + +