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