mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
removing setting viminfo, as it's not needed, and removing commented out vim hack
This commit is contained in:
parent
bc1259a1f6
commit
da7fc343de
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue