i wanna see the init lua

This commit is contained in:
Osman Faruk Bayram 2025-03-23 00:45:09 +03:00
parent 8c827aae95
commit 07027c5875

View file

@ -31,6 +31,10 @@ jobs:
- name: Print out the size of /nix/store - name: Print out the size of /nix/store
run: du -sh /nix/store run: du -sh /nix/store
- name: Get the init.lua path
run: |
cat result/bin/nixvim-print-init
check-formatting: check-formatting:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps: