1
0
Fork 0

nvim: add additional root markers to CtrlP

This commit is contained in:
tastytea 2022-08-12 19:45:49 +02:00
parent 24119cfff3
commit 59b75ab95a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ packer.use {
vim.g.ctrlp_map = '<C-P>'
vim.g.ctrlp_cmd = 'CtrlP'
map('n', '<Leader><S-b>', ':CtrlPMRUFiles<cr>')
vim.g.ctrlp_root_markers = { '.project', '.luarc.json' }
end
}