fix(rust): let rustaceans.nvim setup rust_analyzer (#3389)
fix this warning ``` Warn 11:52:45 PM notify.warn nvim-lspconfig.rust_analyzer has been setup. This will likely lead to conflicts with the rustaceanvim LSP client. See ':h rustaceanvim.mason' ``` fix taken from https://github.com/mrcjkb/rustaceanvim/blob/master/doc/mason.txt
This commit is contained in:
@ -103,6 +103,11 @@ return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
setup = {
|
||||
rust_analyzer = function()
|
||||
return true
|
||||
end,
|
||||
},
|
||||
servers = {
|
||||
taplo = {
|
||||
keys = {
|
||||
|
Reference in New Issue
Block a user