From c4f61cb295447950dd455a1ea0700558eb4843ff Mon Sep 17 00:00:00 2001 From: Felipe Silveira Date: Tue, 3 Sep 2024 19:24:46 +0100 Subject: [PATCH] chore(tasks): add protobuf lsp install --- CHANGELOG.md | 6 ++++++ tasks/macos/install/rust/Taskfile.yml | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 916e494..d82f83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/tasks/macos/install/rust/Taskfile.yml b/tasks/macos/install/rust/Taskfile.yml index 3d26d62..7a5b697 100644 --- a/tasks/macos/install/rust/Taskfile.yml +++ b/tasks/macos/install/rust/Taskfile.yml @@ -18,4 +18,5 @@ tasks: - taplo-cli - git-delta - fd-find + - protols cmd: cargo install --list | grep -w {{.ITEM}} || cargo install {{.ITEM}}