This commit is contained in:
scbj
2024-11-29 16:06:52 +01:00
parent c877834ac9
commit f53d489076
2 changed files with 3 additions and 2 deletions

View File

@@ -51,5 +51,6 @@
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
"rust-analyzer.inlayHints.genericParameterHints.type.enable": true,
"rust-analyzer.inlayHints.typeHints.hideClosureInitialization": true,
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true
"rust-analyzer.inlayHints.typeHints.hideNamedConstructor": true,
"rust-analyzer.check.command": "clippy"
}

View File

@@ -11,7 +11,7 @@ vim.opt.incsearch = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 10
vim.opt.scrolloff = 12
vim.opt.signcolumn = "yes"
vim.opt.isfname:append("@-@")