Remove ctrlp settings

This commit is contained in:
2021-10-23 22:25:13 +03:00
parent 0b87c34cec
commit 272f82a3d2

View File

@@ -21,6 +21,3 @@ let g:closetag_regions = {
\ 'typescriptreact': 'jsxRegion,tsxRegion', \ 'typescriptreact': 'jsxRegion,tsxRegion',
\ 'javascriptreact': 'jsxRegion', \ 'javascriptreact': 'jsxRegion',
\ } \ }
" Ignore files inside .git directory by CtrlP
let g:ctrlp_user_command = ['.git/', 'git --git-dir=%s/.git ls-files -oc --exclude-standard']