fix(nvim/lsp): Fix kotlin-lsp root marker

This commit is contained in:
Ahmad Ansori Palembani 2025-06-13 16:00:27 +07:00
parent 4f02804419
commit d2c8504bc4
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 7 additions and 5 deletions

View file

@ -2,6 +2,7 @@
. ./common
##region Sanity checks
[ "$1" = "-" ] || {
prompt 'Experimental script! Run it anyway? [y/N] ' || exit 1
}
@ -11,6 +12,7 @@
>&2 echo "Please 'cd' to the dotfiles directory before running the script."
exit 1
}
##endregion
echo_info() {
echo "########################################################################"