visual changes, addet fancy cmd-input and changed some of the notification styles.. Also revamped lsp icons to match notify (except for errors - I like to shit myself with )

This commit is contained in:
pika 2024-07-06 04:24:19 +02:00
parent a76e973992
commit 8135fbe32f
4 changed files with 62 additions and 2 deletions

View file

@ -50,7 +50,7 @@ return {
-- Change the Diagnostic symbols in the sign column (gutter)
-- (not in youtube nvim video)
local signs = { Error = "", Warn = " ", Hint = "", Info = " " }
local signs = { Error = "", Warn = " ", Hint = "", Info = " " }
for type, icon in pairs(signs) do
local hl = "DiagnosticSign" .. type
vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = "" })