i wanna see the init lua
This commit is contained in:
parent
8c827aae95
commit
07027c5875
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue