diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-21 17:51:00 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-21 17:51:00 -0400 |
| commit | b1df2d2128637c706c400ae41fcb17433ec1af07 (patch) | |
| tree | 976a439cd7d4bc82a70dccf228fcfe292aaec3eb /.config/nvim/lua/plugins/leap.lua | |
| parent | aff0e767820bfe273a7afafd68572f81f675dd0b (diff) | |
nvim: remove some plugins
Diffstat (limited to '.config/nvim/lua/plugins/leap.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/leap.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/nvim/lua/plugins/leap.lua b/.config/nvim/lua/plugins/leap.lua index 7c755ca..f1e7cce 100644 --- a/.config/nvim/lua/plugins/leap.lua +++ b/.config/nvim/lua/plugins/leap.lua @@ -6,13 +6,5 @@ return { require("leap").add_default_mappings() end }, - { - "ggandor/flit.nvim", - dependencies = { "ggandor/leap.nvim" }, - keys = { "f", "F", "t", "T" }, - opts = { - labeled_modes = "nvx", - }, - }, } |
