feat: allow line wrapping for directional motions in configurations
This commit is contained in:
@@ -29,9 +29,13 @@ require('data.keys').cmd_mode()
|
|||||||
|
|
||||||
-- ━━━━━━━━━━━━━━━━━━━━━━━━ Additional Overrides ━━━━━━━━━━━━━━━━━━━━━
|
-- ━━━━━━━━━━━━━━━━━━━━━━━━ Additional Overrides ━━━━━━━━━━━━━━━━━━━━━
|
||||||
|
|
||||||
|
-- Disable NeoMiniMap in Termux
|
||||||
if vim.g.is_termux then
|
if vim.g.is_termux then
|
||||||
if require('data.func').is_installed('neominimap') then
|
if require('data.func').is_installed('neominimap') then
|
||||||
-- Disable NeoMiniMap
|
-- Disable NeoMiniMap
|
||||||
vim.cmd('Neominimap off')
|
vim.cmd('Neominimap off')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Allow directional motions to wrap to next line
|
||||||
|
-- vim.cmd('set whichwrap+=h,l')
|
||||||
|
|||||||
Reference in New Issue
Block a user