vim: remove configuration for unused plugin (ctrlp)
This commit is contained in:
parent
cc80cae223
commit
0be2a1b45e
1 changed files with 0 additions and 8 deletions
|
@ -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 }
|
||||
|
Loading…
Add table
Reference in a new issue