Stop flash being stupid

This commit is contained in:
2023-11-07 00:50:04 +00:00
parent da51739e1a
commit b2cea8639c
2 changed files with 7 additions and 54 deletions

View File

@@ -16,6 +16,13 @@ return {
"christoomey/vim-tmux-navigator",
lazy = false,
},
{
"folke/flash.nvim",
keys = {
{ "s", mode = { "n", "x", "o" }, false },
{ "S", mode = { "n", "x", "o" }, false },
},
},
{
"L3MON4D3/LuaSnip",
-- stylua: ignore