mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
chore: remove unsused rustaceanvim config
This commit is contained in:
parent
ead7c63c3b
commit
6d8be6db47
@ -278,18 +278,6 @@ return {
|
|||||||
prefix = '',
|
prefix = '',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.g.rustaceanvim = {
|
|
||||||
server = {
|
|
||||||
-- capabilities = lsp.get_capabilities(),
|
|
||||||
on_attach = function()
|
|
||||||
local bufnr = vim.api.nvim_get_current_buf()
|
|
||||||
vim.keymap.set("n", "<C-.>", function() vim.cmd.RustLsp('codeAction') end,
|
|
||||||
{ silent = true, buffer = bufnr, remap = true })
|
|
||||||
end
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user