vim-wordy is installed with Home Manager on NixOS. When I try to run :Wordy weak, I get error:
Error detected while processing function wordy#init:
line 31:
E482: Can't open file /nix/store/bk3lvr06rv7nvwpiza59gf6vfia39fp9-vimplugin-vim-wordy-2019-11-22/share/vim-plugins/vim-wordy/data/en/weak.dic.rare for writing: read-only file system
I understand why this error is happening. The Nix store is indeed a read-only file system. However, does vim-wordy need to open its dictionaries for writing? Is it possible to avoid this error by opening these dictionaries read-only?
vim-wordy
is installed with Home Manager on NixOS. When I try to run:Wordy weak
, I get error:I understand why this error is happening. The Nix store is indeed a read-only file system. However, does
vim-wordy
need to open its dictionaries for writing? Is it possible to avoid this error by opening these dictionaries read-only?