Remove closing brace hints in rust analyzer, and make vim search case sensitive again
This commit is contained in:
parent
54d2fda100
commit
bcae45e08a
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
|
||||
"rust-analyzer.updates.checkOnStartup": false,
|
||||
"rust-analyzer.inlayHints.chainingHints.enable": true,
|
||||
"rust-analyzer.inlayHints.closingBraceHints.enable": true,
|
||||
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
|
||||
"rust-analyzer.inlayHints.closingBraceHints.minLines": 1,
|
||||
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": true,
|
||||
"rust-analyzer.inlayHints.lifetimeElisionHints.useParameterNames": true
|
||||
|
|
|
@ -19,7 +19,6 @@ set scrolloff=2
|
|||
set sidescrolloff=0
|
||||
|
||||
" Forgive me for I have searched
|
||||
set ignorecase
|
||||
set incsearch
|
||||
set hlsearch
|
||||
|
||||
|
|
Loading…
Reference in a new issue