1
Fork 0

Mini.surround and mini.files

This commit is contained in:
Matei Adriel 2023-08-29 15:24:30 +03:00
parent cb6ad4da32
commit c4e8869820
No known key found for this signature in database
6 changed files with 79 additions and 14 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -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"),