who knows
This commit is contained in:
@ -140,24 +140,6 @@ return {
|
|||||||
ghost_text = {
|
ghost_text = {
|
||||||
enabled = true,
|
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 = {
|
trigger = {
|
||||||
show_on_x_blocked_trigger_characters = { "'", '"', "(", "{" },
|
show_on_x_blocked_trigger_characters = { "'", '"', "(", "{" },
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
return {
|
return {
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
cond = false,
|
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
"Hoffs/omnisharp-extended-lsp.nvim",
|
"Hoffs/omnisharp-extended-lsp.nvim",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
local M = {
|
local M = {
|
||||||
use_google_cache = nil,
|
use_google_cache = nil,
|
||||||
flags = { blink = false },
|
flags = { blink = true },
|
||||||
}
|
}
|
||||||
|
|
||||||
function M.exec(command, args)
|
function M.exec(command, args)
|
||||||
|
Reference in New Issue
Block a user