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'

View file

@ -10,5 +10,6 @@
"nvim-cmp": { "branch": "main", "commit": "da88697d7f45d16852c6b2769dc52387d1ddc45f" },
"nvim-gdb": { "branch": "master", "commit": "b644f07c54608cc913c1d9e14954f15dcb7331a9" },
"nvim-lspconfig": { "branch": "master", "commit": "dd261ad5266ab5bbec249d21efeceda98ff3e1a6" },
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" }
"tokyonight.nvim": { "branch": "main", "commit": "5da1b76e64daf4c5d410f06bcb6b9cb640da7dfd" },
"which-key.nvim": { "branch": "main", "commit": "3aab2147e74890957785941f0c1ad87d0a44c15a" }
}

View file

@ -105,5 +105,6 @@ return {
config = theme,
opts = {},
},
'preservim/nerdtree'
'preservim/nerdtree',
'folke/which-key.nvim'
}