mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:26:44 +00:00
Fix indentation on lang server installs
This commit is contained in:
parent
4e49d8b2d1
commit
2a1b012ee9
@ -6,7 +6,7 @@ export PYTHONPATH=""
|
||||
|
||||
# Determines if a command exists or not
|
||||
function command_exist() {
|
||||
command -v "$1" > /dev/null 2>&1;
|
||||
command -v "$1" > /dev/null 2>&1;
|
||||
}
|
||||
|
||||
# Runs a command or spits out the output
|
||||
|
Loading…
Reference in New Issue
Block a user