fix telescope

This commit is contained in:
2026-04-26 17:03:00 +09:00
parent 9f5448bbc5
commit 708867b10e
3 changed files with 26 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ vim.cmd("colorscheme pop-punk")
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = true
vim.opt.messagesopt = "wait:30,history:500"
--vim.opt.messagesopt = "wait:30,history:500"
vim.cmd("set relativenumber")
vim.cmd("set number")
vim.cmd("set cursorline")