rust_analizer
This commit is contained in:
parent
1cdcafdc2e
commit
8dfabe4895
1 changed files with 3 additions and 1 deletions
4
init.lua
4
init.lua
|
|
@ -563,7 +563,9 @@ require('mason-lspconfig').setup()
|
||||||
-- If you want to override the default filetypes that your language server will attach to you can
|
-- 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.
|
-- define the property 'filetypes' to the map in question.
|
||||||
local servers = {
|
local servers = {
|
||||||
-- rust_analyzer = {},
|
rust_analyzer = {
|
||||||
|
filetypes = { "rust" }
|
||||||
|
},
|
||||||
|
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue