Compare commits
No commits in common. "4aa297662c110a414d58067feaf1b12cee9d7fb9" and "298e80f22178e1f0bef11986e0cd7a2dc9208a98" have entirely different histories.
4aa297662c
...
298e80f221
|
@ -57,7 +57,6 @@ 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",
|
||||||
|
@ -90,5 +89,18 @@ 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