Compare commits
2 Commits
298e80f221
...
4aa297662c
Author | SHA1 | Date |
---|---|---|
|
4aa297662c | |
|
fb0655896c |
|
@ -57,6 +57,7 @@ return {
|
||||||
"dense-analysis/ale",
|
"dense-analysis/ale",
|
||||||
"f-person/git-blame.nvim",
|
"f-person/git-blame.nvim",
|
||||||
"dstein64/vim-startuptime",
|
"dstein64/vim-startuptime",
|
||||||
|
"tamton-aquib/keys.nvim",
|
||||||
|
|
||||||
-- Themes
|
-- Themes
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
|
@ -89,18 +90,5 @@ return {
|
||||||
"sainnhe/sonokai",
|
"sainnhe/sonokai",
|
||||||
|
|
||||||
-- Plugins to test
|
-- Plugins to test
|
||||||
{
|
"https://git.nickr.eu/yannickreiss/nvim-macrotool.git",
|
||||||
"folke/which-key.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {},
|
|
||||||
keys = {
|
|
||||||
{
|
|
||||||
"<leader>?",
|
|
||||||
function()
|
|
||||||
require("which-key").show({ global = false })
|
|
||||||
end,
|
|
||||||
desc = "Buffer Local Keymaps (which key)",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue