Install telescope and remove ctrlp

This commit is contained in:
2021-10-23 20:21:57 +03:00
parent 73c2aa9606
commit d0a7d81fd2
4 changed files with 16 additions and 1 deletions

11
config/nvim/telescope.vim Normal file
View File

@@ -0,0 +1,11 @@
lua << EOF
require("telescope").setup {
pickers = {
defaults = {
sorting_strategy = "ascending",
file_ignore_patterns = { "^node_modules/" }
}
}
}
EOF