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

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