diff options
Diffstat (limited to 'dot-config/nvim/lua/plugins/hardtime.lua')
| -rw-r--r-- | dot-config/nvim/lua/plugins/hardtime.lua | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dot-config/nvim/lua/plugins/hardtime.lua b/dot-config/nvim/lua/plugins/hardtime.lua deleted file mode 100644 index 8e8078a..0000000 --- a/dot-config/nvim/lua/plugins/hardtime.lua +++ /dev/null @@ -1,16 +0,0 @@ --- https://github.com/m4xshen/hardtime.nvim -return { - "m4xshen/hardtime.nvim", - lazy = false, - dependencies = { "MunifTanjim/nui.nvim" }, - opts = { - -- re-enable <up> <down> <left> <right> - -- for use with mutlicursor.nvim - disabled_keys = { - ["<Up>"] = false, - ["<Down>"] = false, - ["<Left>"] = false, - ["<Right>"] = false, - }, - }, -} |
