We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8d546 commit bb5bc25Copy full SHA for bb5bc25
vimrc
@@ -135,8 +135,8 @@ endfunction
135
136
function! s:PlugEdit_BetterWhitespace () abort
137
138
- " ## https://github.com/Ntpeters/vim-better-whitespace
139
- Plug 'Ntpeters/vim-better-whitespace'
+ " ## https://github.com/ntpeters/vim-better-whitespace
+ Plug 'ntpeters/vim-better-whitespace'
140
141
endfunction
142
@@ -156,7 +156,7 @@ function! s:ConfEdit_BetterWhitespace () abort
156
let g:strip_whitespace_confirm=0
157
let g:better_whitespace_ctermcolor='132'
158
"let g:better_whitespace_ctermcolor='222'
159
- "https://github.com/Ntpeters/vim-better-whitespace
+ "https://github.com/ntpeters/vim-better-whitespace
160
"https://github.com/morhetz/gruvbox
161
162
0 commit comments