Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. nix config:
  2.  
  3.  
  4. nvim-lsp = buildVimPluginFrom2Nix {
  5. pname = "nvim-lsp";
  6. version = "master";
  7. src = pkgs.fetchFromGitHub {
  8. owner = "neovim";
  9. repo = "nvim-lsp";
  10. rev = "bf657b837ee0aad20afd812ea14d73108bb30093";
  11. sha256 = "192175fkxdki5damxj0z1bna1qdpsc2di4df7i5mzyw2qikj9y0m";
  12. };
  13. };
  14.  
  15.  
  16. nixos-rebuild error:
  17.  
  18.  
  19. Error detected while processing /nix/store/gmbxg3hqs5iw42r4isxgf8jh49i83g95-vimplugin-nvim-lsp-master/share/vim-plugins/nvim-lsp-master/plugin/nvim_lsp.vim:
  20. line 11:
  21. E5108: Error executing lua Vim:E739: Cannot create directory /homeless-shelter: permission denied
  22. remote/host: python3 host registered plugins []
  23. remote/host: generated rplugin manifest: /nix/store/zwh8h0i2rk183cxpbfrfy3ahx5sg8vjs-neovim-master-lsp/rplugin.vim
  24. Generating rplugin.vim failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement