diff options
| author | Christian Krinitsin <code@krinitsin.xyz> | 2024-06-08 09:52:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <code@krinitsin.xyz> | 2024-06-08 09:52:43 +0200 |
| commit | 20d68d3de011282727f3fe9701fcce310a0c5135 (patch) | |
| tree | 251c58c10c6c61606fc16ef3e294c42aec2def66 /scripts/lsp.sh | |
| parent | 69bacb5711520f7397ea0cdc4e75f1dd4e84ba2d (diff) | |
| download | dotfiles-20d68d3de011282727f3fe9701fcce310a0c5135.tar.gz dotfiles-20d68d3de011282727f3fe9701fcce310a0c5135.zip | |
changed many things
Diffstat (limited to 'scripts/lsp.sh')
| -rwxr-xr-x | scripts/lsp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lsp.sh b/scripts/lsp.sh index ad9fc98..f5ff88b 100755 --- a/scripts/lsp.sh +++ b/scripts/lsp.sh @@ -1,4 +1,4 @@ #!/usr/bin/bash -sudo pacman -S lua-language-server clang rust-analyzer texlab +sudo pacman -S lua-language-server clang rust-analyzer texlab bash-language-server |