who knows
This commit is contained in:
@ -140,24 +140,6 @@ return {
|
||||
ghost_text = {
|
||||
enabled = true,
|
||||
},
|
||||
menu = {
|
||||
draw = {
|
||||
components = {
|
||||
kind_icon = {
|
||||
ellipsis = false,
|
||||
text = function(ctx)
|
||||
local kind_icon, _, _ = require("mini.icons").get("lsp", ctx.kind)
|
||||
return kind_icon
|
||||
end,
|
||||
-- Optionally, you may also use the highlights from mini.icons
|
||||
highlight = function(ctx)
|
||||
local _, hl, _ = require("mini.icons").get("lsp", ctx.kind)
|
||||
return hl
|
||||
end,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
trigger = {
|
||||
show_on_x_blocked_trigger_characters = { "'", '"', "(", "{" },
|
||||
},
|
||||
|
@ -1,6 +1,5 @@
|
||||
return {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
cond = false,
|
||||
dependencies = {
|
||||
"williamboman/mason.nvim",
|
||||
"Hoffs/omnisharp-extended-lsp.nvim",
|
||||
|
@ -1,6 +1,6 @@
|
||||
local M = {
|
||||
use_google_cache = nil,
|
||||
flags = { blink = false },
|
||||
flags = { blink = true },
|
||||
}
|
||||
|
||||
function M.exec(command, args)
|
||||
|
Reference in New Issue
Block a user