Re: [neovim] modifiable off / neovim 0.1.7

2016-12-01 Thread Justin M. Keyes
Do you have a weird umask, or did you when you ran the installer? Did you install as a different user? If you fix the permissions manually (chmod -R ...) does running `nvim -u NORC` cause the problem to occur? Maybe grep for the string "chmod" in your plugin files to see which plugins could be pot

Re: [neovim] modifiable off / neovim 0.1.7

2016-12-01 Thread Peter King
The offending line in my .config/nvim/init.vim seems to have been: runtime! ftplugin/man.vim Once that was commented out, everything seems to work again. I have no idea (yet) why this line should have been problematic. -- Peter King peter.k...@utoronto.ca Departmen

Re: [neovim] modifiable off / neovim 0.1.7

2016-12-01 Thread Peter King
Ahah -- it's a known issue with the man.vim ftplugin, conflicting with the similar plugin that comes with vim. See https://github.com/vim-utils/vim-man, which says: If you were previously using man.vim that comes with vim by default, please remove this line runtime! ftplugi