Skip to content

Commit

Permalink
crates: add missing configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>

Former-commit-id: ae7f781
Former-commit-id: 1aa7927
Former-commit-id: 5ed8b4b
  • Loading branch information
Avimitin committed Feb 21, 2023
1 parent 3238cfb commit 7027d95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ register("simrat39/rust-tools.nvim", {
-- Cargo.toml manager
register("saecki/crates.nvim", {
event = "BufRead Cargo.toml",
config = function()
require("crates").setup({
popup = {
autofocus = true,
border = "single",
},
})
end,
})

register("numToStr/Comment.nvim", {
Expand Down

0 comments on commit 7027d95

Please sign in to comment.