Fix: alpha in normal mode. New tab keybind to fix all tab/buffer problems.

This commit is contained in:
psychhim
2025-10-15 18:36:08 +05:30
parent a6a8f01ebf
commit cc2a791779
5 changed files with 22 additions and 103 deletions

View File

@@ -343,9 +343,6 @@ vim.api.nvim_create_autocmd('TextYankPost', {
pattern = '*',
})
-- Auto-apply settings to all normal buffers
require('settings_autoload_after_alpha').setup()
-- Theme
require('kanagawa').setup { transparent = true }
vim.cmd [[colorscheme kanagawa]]