Skip to content

Commit

Permalink
big lsp in the house
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Sep 8, 2023
1 parent a72120c commit 746c0fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion mac/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ brew "starship"
brew "vivid"
brew "helix"
brew "rust-analyzer"
brew "marksman"
brew "genact"
brew "pwgen"
brew "procs"
Expand All @@ -77,6 +76,12 @@ brew "cargo-outdated"
brew "cargo-deny"
brew "cargo-binstall"

# language servers
brew "yaml-language-server"
brew "marksman"
brew "bash-language-server"
brew "terraform-ls"

# python
brew "ansible"
brew "ansible-lint"
Expand Down
7 changes: 5 additions & 2 deletions test/install.test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ exists() {
yq --help | rg "Rust implementation"

exists rust-analyzer
hx --health rust | rg "rust-analyzer"
hx --health markdown | rg marksman
hx --health rust | rg "Binary" | rg -v "not found"
hx --health markdown | rg "Binary" | rg -v "not found"
hx --health bash | rg "Binary" | rg -v "not found"
hx --health hcl | rg "Binary" | rg -v "not found"
hx --health yaml | rg "Binary" | rg -v "not found"

# New stable every 6th Thursday, ensure we're not more than 7 weeks behind
if [[ "${OSTYPE}" =~ "darwin" ]]; then
Expand Down

0 comments on commit 746c0fb

Please sign in to comment.