added rust-tools - missing correct config
This commit is contained in:
parent
858ee9b7d3
commit
ca7c046589
2 changed files with 21 additions and 4 deletions
2
init.lua
2
init.lua
|
|
@ -563,11 +563,9 @@ require('mason-lspconfig').setup()
|
|||
-- If you want to override the default filetypes that your language server will attach to you can
|
||||
-- define the property 'filetypes' to the map in question.
|
||||
local servers = {
|
||||
--[[ removed because of rust-tools
|
||||
rust_analyzer = {
|
||||
filetypes = { 'rust' },
|
||||
},
|
||||
]]--
|
||||
|
||||
lua_ls = {
|
||||
Lua = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue