Nvim-r: Difference between revisions
imported>Josephsdavid Added installation instructions as nvim-r has some build-time dependencies |
imported>Josephsdavid No edit summary |
||
Line 18: | Line 18: | ||
name = "nvim-r"; | name = "nvim-r"; | ||
src = fetchgit { | src = fetchgit { | ||
url= "https://github.com/jalvesaq/nvim-r"; | |||
rev = "c53b5a402a26df5952718f483c7461af5bb459eb"; | |||
sha256 = "13xbb05gnpgmyaww6029saplzjq7cq2dxzlxylcynxhhyibz5ibv"; | |||
}; | }; | ||
buildInputs = [ which vim zip]; | buildInputs = [ which vim zip]; |