This website requires JavaScript.
Explore
Help
Sign in
florian.richer
/
linux-conf
Watch
1
Star
0
Fork
You've already forked linux-conf
0
Code
Activity
414002de7e
linux-conf
/
configs
/
nvim
/
lua
/
plugins
/
lspconfig
/
rust.lua
7 lines
98 B
Lua
Raw
Normal View
History
Unescape
Escape
Migrate to lua
2021-06-23 22:51:18 +02:00
local
function
init
(
)
Add mouse event + [RUST] Change rls to rust-analyzer
2021-08-05 20:35:26 +02:00
require
'
lspconfig
'
.
rust_analyzer.setup
{
}
Migrate to lua
2021-06-23 22:51:18 +02:00
end
return
{
init
=
init
}
Copy permalink