[neovim] Add TelescopePrompt to indent-line exceptions

This commit is contained in:
Daniel Carrillo 2023-07-08 15:04:33 +02:00
parent fdadc4df7d
commit 2beb13dc95
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ require("indent_blankline").setup({
"lazy",
"mason",
"neo-tree",
"TelescopePrompt",
},
})