Skip to content

Commit

Permalink
lsp(rust): supersede deprecated rust-tools with plain rust_analyzer
Browse files Browse the repository at this point in the history
also remove ron comment since ron got treesitter in the meantime
  • Loading branch information
ttytm committed Oct 20, 2024
1 parent 6c364ac commit 062c9fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lua/nxvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ local modules = {
-- Language Specific
-- Rust
{ "saecki/crates.nvim", event = "VeryLazy", config = true },
"simrat39/rust-tools.nvim",
-- "ron-rs/ron.vim",
-- Python
{ "linux-cultist/venv-selector.nvim", branch = "regexp", event = "VeryLazy", config = "plugins.venv-selector" },

Expand Down
1 change: 0 additions & 1 deletion lua/nxvim/lsp/plugins/mason/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ mason_lspconfig.setup_handlers({
::setup::
lspconfig[server].setup(server_opts)
end,
["rust_analyzer"] = function() require("rust-tools").setup({ server = opts }) end,
})
-- ]

Expand Down

0 comments on commit 062c9fc

Please sign in to comment.