Remove ctrlp plugin and use Telescope instead

This commit is contained in:
2021-11-12 14:40:40 +03:00
parent bdbb3fc7eb
commit c96f81670a
3 changed files with 10 additions and 2 deletions

View File

@@ -20,4 +20,10 @@ let g:closetag_regions = {
\ 'javascriptreact': 'jsxRegion',
\ }
let g:ctrlp_custom_ignore = '\v[\/](\.git|node_modules|dist|build)$'
lua <<EOF
require("telescope").setup({
defaults = {
sorting_strategy = "ascending"
}
})
EOF