which-key
This commit is contained in:
parent
f3adbe063b
commit
7fdf4cfb46
3 changed files with 5 additions and 2 deletions
1
init.lua
1
init.lua
|
|
@ -6,6 +6,7 @@ require("lazy").setup("plugins")
|
|||
local opt = vim.opt
|
||||
|
||||
opt.number = true
|
||||
opt.relativenumber = true
|
||||
|
||||
opt.smartindent= true
|
||||
opt.clipboard='unnamedplus'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue