trying to fix blink colors and failing (might have to rewrite for content lol)
This commit is contained in:
@@ -55,12 +55,12 @@ vim.lsp.enable({
|
||||
"emmet_language_server",
|
||||
})
|
||||
|
||||
vim.o.pumborder = "rounded"
|
||||
vim.o.winborder = "rounded"
|
||||
|
||||
require("blink.cmp").build():pwait()
|
||||
|
||||
require("blink.cmp").setup({
|
||||
|
||||
fuzzy = { implementation = "lua" },
|
||||
|
||||
signature = {
|
||||
enabled = false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user