Skip to content

Commit

Permalink
Merge branch 'improve-feline-lsp-display' of github.com:catppuccin/nv…
Browse files Browse the repository at this point in the history
…im into improve-feline-lsp-display
  • Loading branch information
89iuv committed Mar 27, 2024
2 parents f886544 + 061f38b commit 217cff5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/catppuccin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,14 @@ Here are the defaults:
["rm"] = { "MORE", clrs.teal },
["r?"] = { "CONFIRM", clrs.mauve },
["!"] = { "SHELL", clrs.green },
},
view = {
lsp = {
progress = true, -- if true the status bar will display an lsp progress indicator
name = false, -- if true the status bar will display the lsp servers name, otherwise it will display the text "Lsp"
exclude_lsp_names = {}, -- lsp server names that should not be displayed when name is set to true
separator = "|", -- the separator used when there are multiple lsp servers
},
}
})
<
Expand Down

0 comments on commit 217cff5

Please sign in to comment.