feat: nixvim configuration init #42

Merged
palkx merged 6 commits from feat/new-config-new-life into main 2025-10-24 19:00:44 +03:00
Showing only changes of commit da66344b91 - Show all commits

View File

@@ -10,8 +10,6 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
ref: "main"
- name: Setup sudo (required for the next step) - name: Setup sudo (required for the next step)
run: apt-get update && apt-get install -y sudo run: apt-get update && apt-get install -y sudo
- name: Setup nix - name: Setup nix