mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
feat(neovim): Show codelens virtual text for implementations
- Rust: `rust-analyzer` enable `lens` - Rust: Refresh lens on LspAttach and subsequently on rust buffers - Use `LspSaga` for all other lsp types to show codelens
This commit is contained in:
@@ -156,12 +156,16 @@ return {
|
||||
ui = {
|
||||
-- kind = require("config.util").icons.kind_lspsaga,
|
||||
kind = require("catppuccin.groups.integrations.lsp_saga").custom_kind(),
|
||||
devicon = true,
|
||||
title = true,
|
||||
},
|
||||
implement = { enabled = true },
|
||||
symbol_in_winbar = {
|
||||
implement = {
|
||||
enable = true,
|
||||
hide_keyword = true,
|
||||
virtual_text = true,
|
||||
sign = true,
|
||||
priority = 100,
|
||||
},
|
||||
symbol_in_winbar = { enable = true, hide_keyword = true },
|
||||
lightbulb = { virtual_text = false },
|
||||
outline = { auto_preview = false },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user