Revert "nvim: init: Enable virtualedit"
This reverts commit 98c0c283ee
.
This commit is contained in:
parent
df7118cc95
commit
dec2764e43
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue