Update indent guides
This commit is contained in:
@ -49,5 +49,6 @@
|
||||
"snippets.textmateSnippetsRoots": [
|
||||
"~/.config/coc/snippets"
|
||||
],
|
||||
"rust-analyzer.checkOnSave.command": "clippy"
|
||||
"rust-analyzer.checkOnSave.command": "clippy",
|
||||
"solargraph.folding": true
|
||||
}
|
||||
|
@ -111,7 +111,7 @@ xmap <silent> <C-s> <Plug>(coc-range-select)
|
||||
command! -nargs=0 Format :call CocAction('format')
|
||||
|
||||
" Add `:Fold` command to fold current buffer.
|
||||
command! -nargs=? Fold :call CocAction('fold', <f-args>)
|
||||
"command! -nargs=? Fold :call CocAction('fold', <f-args>)
|
||||
|
||||
" Add `:OR` command for organize imports of the current buffer.
|
||||
command! -nargs=0 OR :call CocAction('runCommand', 'editor.action.organizeImport')
|
||||
|
@ -8,5 +8,7 @@ require("indent_blankline").setup {
|
||||
"IndentBlanklineContext5",
|
||||
"IndentBlanklineContext6",
|
||||
},
|
||||
show_end_of_line = true,
|
||||
show_current_context = true,
|
||||
use_treesitter = true,
|
||||
}
|
||||
|
Reference in New Issue
Block a user