Skip to content

Commit

Permalink
fix to lazy about rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ShortArrow committed Feb 5, 2024
1 parent 8969c01 commit 118d40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nvim/lua/my/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ M.ordinalnvim = {
{
"simrat39/rust-tools.nvim",
dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig", "mfussenegger/nvim-dap" },
ft = {"rust"},
config = get_config("_rust").setup,
},
{
Expand Down

0 comments on commit 118d40f

Please sign in to comment.