Skip to content

Commit

Permalink
feat(flash): enable flash in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 25, 2023
1 parent e9358d9 commit f6f8436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/extras/editor/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ return {
{
"folke/flash.nvim",
event = "VeryLazy",
vscode = true,
---@type Flash.Config
opts = {},
keys = {
Expand Down

0 comments on commit f6f8436

Please sign in to comment.