mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 23:13:39 +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"},
|
{"branch"},
|
||||||
{
|
{
|
||||||
"lsp-status",
|
"lsp-status",
|
||||||
colors = {},
|
disabled_filetypes = {
|
||||||
|
"TelescopePrompt",
|
||||||
|
},
|
||||||
on_click = function (_, btn, _)
|
on_click = function (_, btn, _)
|
||||||
if btn == "l" then
|
if btn == "l" then
|
||||||
vim.cmd(":LspInfo")
|
vim.cmd(":LspInfo")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue