diff --git a/nvim/lua/themystery/plugins/lsp.lua b/nvim/lua/themystery/plugins/lsp.lua index 1cf04be..bf05a8e 100644 --- a/nvim/lua/themystery/plugins/lsp.lua +++ b/nvim/lua/themystery/plugins/lsp.lua @@ -278,18 +278,6 @@ return { prefix = '', }, }) - - vim.g.rustaceanvim = { - server = { - -- capabilities = lsp.get_capabilities(), - on_attach = function() - local bufnr = vim.api.nvim_get_current_buf() - vim.keymap.set("n", "", function() vim.cmd.RustLsp('codeAction') end, - { silent = true, buffer = bufnr, remap = true }) - end - }, - - } end } }