removing setting viminfo, as it's not needed, and removing commented out vim hack

This commit is contained in:
JesseBot 2022-12-21 11:33:53 +00:00
parent bc1259a1f6
commit da7fc343de

View file

@ -3,12 +3,7 @@
vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1
-- set XDG viminfo location
-- vim.cmd [[set viminfofile=~/.local/state/nvim/viminfo]]
vim.opt.viminfofile = '~/.local/state/nvim/viminfo'
-- turn off the mouse scrolling because it is confusing
-- vim.cmd [[set mousescroll=ver:0,hor:0]]
vim.opt.mousescroll = 'ver:0,hor:0'
-- line numbers for debugging and screen sharing, takes up 4 columns