vim: remove configuration for unused plugin (ctrlp)

This commit is contained in:
Fernando Schauenburg 2022-07-01 20:30:50 +02:00
parent cc80cae223
commit 0be2a1b45e

View file

@ -1,8 +0,0 @@
local setup = function()
vim.g.ctrlp_match_window = 'bottom,order:ttb'
vim.g.ctrlp_switch_buffer = 0 -- open files in new buffer
vim.g.ctrlp_show_hidden = 1 -- show hidden files
end
return { setup = setup }