disable rust_analyzer
This commit is contained in:
parent
521a481e71
commit
5f6957f137
1 changed files with 28 additions and 28 deletions
|
@ -19,34 +19,34 @@ return {
|
|||
lua_ls = {
|
||||
mason = false,
|
||||
},
|
||||
rust_analyzer = {
|
||||
mason = false,
|
||||
-- settings = {
|
||||
-- ["rust-analyzer"] = {
|
||||
-- -- rustfmt = {
|
||||
-- -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
||||
-- -- },
|
||||
-- imports = {
|
||||
-- granularity = {
|
||||
-- group = "module",
|
||||
-- },
|
||||
-- },
|
||||
-- cargo = {
|
||||
-- buildScripts = {
|
||||
-- enable = false,
|
||||
-- },
|
||||
-- },
|
||||
-- files = {
|
||||
-- excludeDirs = {
|
||||
-- "pe-template",
|
||||
-- },
|
||||
-- },
|
||||
-- procMacro = {
|
||||
-- enable = true,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
},
|
||||
-- rust_analyzer = {
|
||||
-- mason = false,
|
||||
-- settings = {
|
||||
-- ["rust-analyzer"] = {
|
||||
-- -- rustfmt = {
|
||||
-- -- overrideCommand = { "leptosfmt", "--stdin", "--rustfmt" },
|
||||
-- -- },
|
||||
-- imports = {
|
||||
-- granularity = {
|
||||
-- group = "module",
|
||||
-- },
|
||||
-- },
|
||||
-- cargo = {
|
||||
-- buildScripts = {
|
||||
-- enable = false,
|
||||
-- },
|
||||
-- },
|
||||
-- files = {
|
||||
-- excludeDirs = {
|
||||
-- "pe-template",
|
||||
-- },
|
||||
-- },
|
||||
-- procMacro = {
|
||||
-- enable = true,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
tailwindcss = {
|
||||
init_options = {
|
||||
userLanguages = {
|
||||
|
|
Loading…
Reference in a new issue