Mini.surround and mini.files
This commit is contained in:
parent
cb6ad4da32
commit
c4e8869820
6 changed files with 79 additions and 14 deletions
dotfiles/neovim/lua/my/plugins
|
@ -15,8 +15,15 @@ end
|
|||
|
||||
local M = {
|
||||
"folke/flash.nvim",
|
||||
event = "VeryLazy",
|
||||
---@type Flash.Config
|
||||
opts = {},
|
||||
opts = {
|
||||
modes = {
|
||||
char = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
keybind("s", "jump", "Flash"),
|
||||
keybind("S", "treesitter", "Flash Treesitter"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue