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

@ -15,6 +15,9 @@ map("n", "<Esc>", "<cmd>nohlsearch<CR>")
map("n", "<S-c>", "gcc", { desc = "comment toggle", remap = true })
map("v", "<S-c>", "gc", { desc = "comment toggle", remap = true })
-- ─< cmd line >────────────────────────────────────────────────────────────────────────
vim.api.nvim_set_keymap("n", ":", "<cmd>FineCmdline<CR>", { noremap = true })
-- ─< Terminal >────────────────────────────────────────────────────────────────────────
map("t", "<C-x>", "<C-\\><C-N>", { desc = "terminal escape terminal mode" })