Compare commits
No commits in common. "1768bc0c3fa9bd2137642b330a669a3884a887c9" and "a5d70b61c67b913531f63ab566e4d4deb808395d" have entirely different histories.
1768bc0c3f
...
a5d70b61c6
2 changed files with 0 additions and 26 deletions
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-ast
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- id: check-merge-conflict
|
||||
- id: check-byte-order-marker
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.42.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args: ["--disable", "MD013", "--"]
|
||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||
rev: v0.10.0
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
...
|
5
.vimrc
5
.vimrc
|
@ -73,11 +73,6 @@ let g:blamer_prefix = ' > '
|
|||
let g:gitgutter_highlight_lines = 1
|
||||
let g:gitgutter_highlight_linenrs = 1
|
||||
let g:goyo_width = 120
|
||||
let g:netrw_banner = 0
|
||||
let g:netrw_keepdir = 0
|
||||
let g:netrw_liststyle = 3
|
||||
let g:netrw_localcopydircmd = 'cp -r'
|
||||
let g:netrw_winsize = 20
|
||||
let g:startify_fortune_use_unicode = 1
|
||||
let g:startify_session_autoload = 1
|
||||
let g:startify_session_persistence = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue