Small updates.

This commit is contained in:
2026-08-04 08:10:32 +02:00
parent f8b0225123
commit 6327828c90
6 changed files with 541 additions and 128 deletions
+4 -5
View File
@@ -48,12 +48,11 @@ map("n", "<C-e>", ":Lex<CR>")
map("n", "<C-backspace>", ":bd<CR>")
map("i", "<C-h>", vim.lsp.buf.signature_help)
-- -----------------------------
-- @TRANSPARENCY
-- @PLUGINS
-- -----------------------------
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = 'none' })
vim.api.nvim_set_hl(0, 'FloatBorder', { bg = 'none' })
vim.api.nvim_set_hl(0, 'Pmenu', { bg = 'none' })
require("plugins")
require("theme").load()
require("theme").watch()
-- -----------------------------
-- @AUTOCMDS
-- -----------------------------