adding in working setup with rust
This commit is contained in:
@@ -85,11 +85,6 @@ _G.packer_plugins = {
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/LuaSnip",
|
||||
url = "https://github.com/L3MON4D3/LuaSnip"
|
||||
},
|
||||
["barbar.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/barbar.nvim",
|
||||
url = "https://github.com/romgrk/barbar.nvim"
|
||||
},
|
||||
["cellular-automaton.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/cellular-automaton.nvim",
|
||||
@@ -206,6 +201,11 @@ _G.packer_plugins = {
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/rose-pine",
|
||||
url = "https://github.com/rose-pine/neovim"
|
||||
},
|
||||
["rust-tools.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/rust-tools.nvim",
|
||||
url = "https://github.com/simrat39/rust-tools.nvim"
|
||||
},
|
||||
["telescope.nvim"] = {
|
||||
loaded = true,
|
||||
path = "/Users/talksik/.local/share/nvim/site/pack/packer/start/telescope.nvim",
|
||||
|
||||
Reference in New Issue
Block a user