update options

This commit is contained in:
xfy
2024-09-10 14:52:55 +08:00
parent e3bad016c2
commit 735f0f77d3
4 changed files with 117 additions and 8 deletions

View File

@ -1,5 +1,3 @@
vim.g.mapleader = " "
local map = vim.keymap.set
map("n", "<ESC>", ":nohl<CR>", { desc = "Clear search highlights", silent = true })