chore: change themes

This commit is contained in:
huyjaky
2025-08-24 22:14:35 +07:00
parent 44d2f8999a
commit 04c5dcd06a
15 changed files with 172 additions and 243 deletions

View File

@@ -5,7 +5,7 @@ vim.api.nvim_create_augroup("auto_wrap", { clear = true })
vim.api.nvim_create_augroup("disable_suspend_with_c_z", { clear = true })
vim.api.nvim_create_augroup("clear_last_search", { clear = true })
vim.keymap.set("v", "K", "<Nop>", { silent = true })
-- vim.keymap.set("v", "K", "<Nop>", { silent = true })
vim.api.nvim_create_autocmd("BufEnter", {
desc = "Disable auto insert comment newline",