which-key

This commit is contained in:
rendo 2026-03-16 11:09:54 +05:00
commit 7fdf4cfb46
3 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,7 @@ require("lazy").setup("plugins")
local opt = vim.opt
opt.number = true
opt.relativenumber = true
opt.smartindent= true
opt.clipboard='unnamedplus'