mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
4 lines
74 B
Lua
4 lines
74 B
Lua
local lspconfig = require("lspconfig")
|
|
|
|
lspconfig.rust_analyzer.setup({})
|