From aec2c202b266483e33d6bd8ad33bed0deff944cb Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 26 May 2023 13:13:43 -0500 Subject: style(nvim): fix typo in comment --- nvim/.config/nvim/lua/plugins/rust-tools.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins/rust-tools.lua b/nvim/.config/nvim/lua/plugins/rust-tools.lua index bc7d1d0..3ddd6fa 100644 --- a/nvim/.config/nvim/lua/plugins/rust-tools.lua +++ b/nvim/.config/nvim/lua/plugins/rust-tools.lua @@ -45,7 +45,7 @@ local function set_target() -- TODO: Figure out how to do this without defer, or maybe even reloading. -- The workspace seems to need to be reloaded after the notification due to the -- [inactive-code] diagnostic, but the request being processed before the - -- notification is completed, so I can only get it to work by defering. This is + -- notification is completed, so I can only get it to work by deferring. This is -- technically still a race condition? vim.defer_fn(function() client.request("rust-analyzer/reloadWorkspace", nil, function(err) -- cgit v1.2.3-70-g09d2