Skip to content

Commit

Permalink
chore(tasks): add protobuf lsp install
Browse files Browse the repository at this point in the history
  • Loading branch information
silveiralexf committed Sep 3, 2024
1 parent eb03072 commit c4f61cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@


### [2024-09-03]
* [[62f582e]](https://github.com/silveiralexf/.dotfiles/commit/62f582ea113b4abfad1e072a100da6ce739a6a5a) chore(nvim): add protobuf lsp install (silveiralexf@gmail.com)


* [[eb03072]](https://github.com/silveiralexf/.dotfiles/commit/eb030720eb72e76d93b0c964badd8eb1567da00f) chore(nvim): improvements on lsp settings (silveiralexf@gmail.com)


* [[656e8b0]](https://github.com/silveiralexf/.dotfiles/commit/656e8b0957aa672176ad4e96b87cbf8b76ecd748) chore(nvim): change hlsearch to true (silveiralexf@gmail.com)


Expand Down
1 change: 1 addition & 0 deletions tasks/macos/install/rust/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ tasks:
- taplo-cli
- git-delta
- fd-find
- protols
cmd: cargo install --list | grep -w {{.ITEM}} || cargo install {{.ITEM}}

0 comments on commit c4f61cb

Please sign in to comment.