1

Refresh generated neovim config

This commit is contained in:
2024-08-15 13:52:26 +02:00
parent d878c984a8
commit 0846fb0860
2 changed files with 94 additions and 76 deletions

View File

@ -125,7 +125,7 @@ require("lazy").setup({
event = { "InsertEnter" },
lazy = true,
name = "better_escape",
opts = { mapping = { "jk" }, timeout = 200 },
opts = { default_mappings = true, timeout = 200 },
},
{
"clangd_extensions",
@ -1178,9 +1178,18 @@ require("lazy").setup({
config = function(_, opts)
require("which-key").setup(opts)
end,
dependencies = {
{
"mini",
dir = "/home/lab/smchurla/Downloads/flake-nixinator/config/neovim/store/lazy-plugins/mini.nvim",
lazy = true,
name = "mini",
},
},
dir = "/home/lab/smchurla/Downloads/flake-nixinator/config/neovim/store/lazy-plugins/which-key.nvim",
lazy = false,
name = "which-key",
opts = { preset = "modern" },
priority = 500,
},
{