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
|
local opt = vim.opt
|
||||||
|
|
||||||
opt.number = true
|
opt.number = true
|
||||||
|
opt.relativenumber = true
|
||||||
|
|
||||||
opt.smartindent= true
|
opt.smartindent= true
|
||||||
opt.clipboard='unnamedplus'
|
opt.clipboard='unnamedplus'
|
||||||
|
|
|
||||||
|
|
@ -10,5 +10,6 @@
|
||||||
"nvim-cmp": { "branch": "main", "commit": "da88697d7f45d16852c6b2769dc52387d1ddc45f" },
|
"nvim-cmp": { "branch": "main", "commit": "da88697d7f45d16852c6b2769dc52387d1ddc45f" },
|
||||||
"nvim-gdb": { "branch": "master", "commit": "b644f07c54608cc913c1d9e14954f15dcb7331a9" },
|
"nvim-gdb": { "branch": "master", "commit": "b644f07c54608cc913c1d9e14954f15dcb7331a9" },
|
||||||
"nvim-lspconfig": { "branch": "master", "commit": "dd261ad5266ab5bbec249d21efeceda98ff3e1a6" },
|
"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" }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -105,5 +105,6 @@ return {
|
||||||
config = theme,
|
config = theme,
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
'preservim/nerdtree'
|
'preservim/nerdtree',
|
||||||
|
'folke/which-key.nvim'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue