fix(nvim/lsp): Fix kotlin-lsp root marker
This commit is contained in:
parent
4f02804419
commit
d2c8504bc4
3 changed files with 7 additions and 5 deletions
|
@ -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 "########################################################################"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue