Refresh generated neovim config
This commit is contained in:
@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user