feat: better ctrlp don't go pdf or log file
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
This commit is contained in:
parent
81de95ca81
commit
c6a752a95a
@ -19,7 +19,7 @@ vim.keymap.set("n", "<leader>n", "R<Enter><Esc>")
|
|||||||
|
|
||||||
-- ctrlp setup
|
-- ctrlp setup
|
||||||
vim.g.ctrlp_custom_ignore = {
|
vim.g.ctrlp_custom_ignore = {
|
||||||
file = '\\v\\.(aux|bbl|blg|bcf|fdb_latexmk|fls|run.xml|tdo|toc)$'
|
file = '\\v\\.(aux|bbl|blg|bcf|fdb_latexmk|fls|run.xml|tdo|toc|log|pdf)$'
|
||||||
}
|
}
|
||||||
|
|
||||||
${builtins.readFile ./spaceport.lua}
|
${builtins.readFile ./spaceport.lua}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user