From 6b5a48eb73356e6798305233b56f7954bc38b4e6 Mon Sep 17 00:00:00 2001 From: TonyWu20 Date: Wed, 21 Feb 2024 11:04:21 +0800 Subject: [PATCH 1/2] Add dict --- spell/en.uft-8.add | 7 +++++++ spell/en.uft-8.add.spl | Bin 1189 -> 1247 bytes 2 files changed, 7 insertions(+) diff --git a/spell/en.uft-8.add b/spell/en.uft-8.add index 80b65b7bb..03f7812d4 100644 --- a/spell/en.uft-8.add +++ b/spell/en.uft-8.add @@ -92,3 +92,10 @@ unravelled interatomic graphene PdCu +BCC +electrocatalysis +electrocatalysis +HEA +tunable +nanocrystals +oxidative diff --git a/spell/en.uft-8.add.spl b/spell/en.uft-8.add.spl index 758580414583a403fe81058310efd82341c4ff16..0a2e4e57b0da9ca7a77a46099f0ce840666c0354 100644 GIT binary patch delta 542 zcmZWly-UMD6u);D!6MX21)=DmlhjHJDxx@uf`cNW!NKL4h9)s>;w47AiBrL;oJ0Ks zoE(ZaDZE# zo9(Ht2X#mR7~Ak5h7clpcRR!42;M=e$DsgSU4*⪻n9Vi%Smy5=UD+!ODKh2|>+` z6kKS4PldL=h7|~OA7*C;WyketZxDkN+`^Zgq&O)Jnf``_gNJ1w-TbQwqSKdrb^fDHRt9D1sb^?HWI1k}a7o*Z3u5f)H@eSR8T~Mf`tki4=j(%nLE7X&dZWgixgT25*94& zZ2SVR5PuF(h%!wu`xbujM2~Zo0!Fm9*CXli*FR1N-mz_mDO!r{tcOROl4MvC8~ahou?e% zH@ zi>c~*v=}8^V?9TBM8wptGvE4~bD+3EQF2WI&Ki6&>sX)IThg@iXs=9f9%0vz6|1>D KG Date: Mon, 8 Apr 2024 22:06:25 +0800 Subject: [PATCH 2/2] Update rust --- lua/modules/configs/lang/rust.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/modules/configs/lang/rust.lua b/lua/modules/configs/lang/rust.lua index cdcc1c765..1ac480e30 100644 --- a/lua/modules/configs/lang/rust.lua +++ b/lua/modules/configs/lang/rust.lua @@ -6,6 +6,11 @@ return function() configuration = false, autoload_configurations = false, }, + server = { + default_settings = { + ["rust-analyzer"] = {}, + }, + }, } require("modules.utils").load_plugin("rustaceanvim", nil, true)