added rust stuff
This commit is contained in:
parent
a563fb0209
commit
af12769479
@ -84,6 +84,10 @@ lspconfig.marksman.setup {}
|
||||
lspconfig.html.setup {}
|
||||
-- Golang
|
||||
lspconfig.gopls.setup {}
|
||||
-- Rust (setup done by rustaceanvim)
|
||||
-- lspconfig.rust_analyzer.setup {}
|
||||
-- WebDev
|
||||
lspconfig.biome.setup {}
|
||||
|
||||
|
||||
local load_mappings = function(section)
|
||||
|
@ -255,6 +255,12 @@ local default_plugins = {
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
'mrcjkb/rustaceanvim',
|
||||
version = '^5', -- Recommended
|
||||
lazy = false, -- This plugin is already lazy
|
||||
},
|
||||
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user