We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcaccd commit 1c733e8Copy full SHA for 1c733e8
.hooks/pre-commit.sh
@@ -1,3 +1,3 @@
1
-#!/bin/sh
+#!/usr/bin/env sh
2
3
make
scripts/doc-comments.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
out=$(grep -nr "^--- @" lua)
4
scripts/help-update.sh
# run after changing nvim-tree.lua DEFAULT_OPTS or keymap.lua M.default_on_attach
# scrapes and updates nvim-tree-lua.txt
scripts/luals-check.sh
# Performs a lua-language-server check on all files.
# luals-out/check.json will be produced on any issues, returning 1.
0 commit comments