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:
parent
fcf194bd44
commit
bb27478e63
1 changed files with 3 additions and 1 deletions
|
|
@ -66,7 +66,9 @@ return {
|
|||
{"branch"},
|
||||
{
|
||||
"lsp-status",
|
||||
colors = {},
|
||||
disabled_filetypes = {
|
||||
"TelescopePrompt",
|
||||
},
|
||||
on_click = function (_, btn, _)
|
||||
if btn == "l" then
|
||||
vim.cmd(":LspInfo")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue