Revert "nvim: init: Enable virtualedit"

This reverts commit 98c0c283ee.
This commit is contained in:
Sanchayan Maity 2020-12-23 16:38:03 +05:30
parent df7118cc95
commit dec2764e43

View file

@ -32,7 +32,6 @@ vim.o.fileformat = 'unix'
vim.o.inccommand = 'split'
vim.o.switchbuf = 'useopen'
vim.o.encoding = 'utf-8'
vim.o.virtualedit = 'all'
vim.g.python3_host_prog = '/usr/bin/python3'
-- Disable providers we do not give a shit about