Skip to content

Commit

Permalink
Added rust-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
liul85 committed Aug 5, 2022
1 parent 7e204dc commit cc93408
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ require "colorschema"
require "completion"
require "lsp"
require "alpha-nvim"
require "rust"
3 changes: 3 additions & 0 deletions lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ return packer.startup(function(use)
requires = { 'kyazdani42/nvim-web-devicons' },
}

-- Rust
use 'simrat39/rust-tools.nvim'

-- Automatically set up your configuration after cloning packer.nvim
-- Put this at the end after all plugins
if PACKER_BOOTSTRAP then
Expand Down
1 change: 1 addition & 0 deletions lua/rust.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('rust-tools').setup({})

0 comments on commit cc93408

Please sign in to comment.