fix: rust indents

This commit is contained in:
2024-07-31 15:47:13 +02:00
parent c5fae2fa06
commit fd3b5b54ef
4 changed files with 5 additions and 8 deletions

View File

@@ -57,7 +57,6 @@ return {
ensure_installed = {
"tsserver",
"eslint",
"rust_analyzer",
"lua_ls",
"jsonls",
"html",
@@ -66,6 +65,7 @@ return {
"dockerls",
"bashls",
"marksman",
"rust_analyzer",
},
handlers = {
function(server_name)
@@ -140,6 +140,7 @@ return {
"williamboman/mason.nvim",
dependencies = {},
opts = {
PATH = "append",
ui = {
border = "single",
},