mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "d4a01a8161100e0cf70a489d7987a427bb573faf" and "0023372fb803b321df5422f617fa4ae1b3706c12" have entirely different histories.
d4a01a8161
...
0023372fb8
2 changed files with 0 additions and 11 deletions
|
@ -145,9 +145,6 @@ set commentstring=//%s
|
|||
" Repeat the last edit n times, taken from <https://gist.github.com/romainl/db725db7babc84a9a6436180cedee188>
|
||||
nnoremap . <Cmd>execute "normal!" repeat(".", v:count1)<CR>
|
||||
|
||||
xnoremap A :normal! A
|
||||
xnoremap I :normal! I
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
|
@ -31,14 +31,6 @@ ignore =
|
|||
E121
|
||||
# Hanging indent on a continuation line is unaligned
|
||||
E131
|
||||
# Whitespace before a comma
|
||||
E203
|
||||
# Multiple spaces before an operator
|
||||
E221
|
||||
# Multiple spaces after an operator
|
||||
E222
|
||||
# Whitespace after a comma
|
||||
E241
|
||||
# Import not at the top of the file
|
||||
E402
|
||||
# Line too long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue