1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 10:29:26 +00:00

[neovim] Add TelescopePrompt to indent-line exceptions

This commit is contained in:
2023-07-08 15:04:33 +02:00
parent fdadc4df7d
commit 2beb13dc95

View File

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