summaryrefslogtreecommitdiffstats
path: root/lua/plugins/general.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/general.lua')
-rw-r--r--lua/plugins/general.lua10
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/plugins/general.lua b/lua/plugins/general.lua
index ddcacea..436d534 100644
--- a/lua/plugins/general.lua
+++ b/lua/plugins/general.lua
@@ -29,14 +29,4 @@ return {
'BufNewFile'
},
},
- {
- 'max397574/better-escape.nvim',
- lazy = false,
- config = function()
- require('better_escape').setup {
- mapping = { 'jk' },
- timeout = 0.2 * vim.o.timeoutlen,
- }
- end,
- },
}