1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: statusline: disable lsp-status for TelescopePrompt

This commit is contained in:
Henrik Hautakoski 2024-09-06 18:11:35 +02:00
parent fcf194bd44
commit bb27478e63

View file

@ -66,7 +66,9 @@ return {
{"branch"},
{
"lsp-status",
colors = {},
disabled_filetypes = {
"TelescopePrompt",
},
on_click = function (_, btn, _)
if btn == "l" then
vim.cmd(":LspInfo")