Skip to content

Commit

Permalink
fix: append user directories to runtimepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Kibadda committed Aug 26, 2024
1 parent fa16c27 commit 0ebe299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/neovim-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
devPlugins
)
+ ''
vim.opt.rtp:prepend('${nvimRtp}/nvim')
vim.opt.rtp:prepend('${nvimRtp}/after')
vim.opt.rtp:append('${nvimRtp}/nvim')
vim.opt.rtp:append('${nvimRtp}/after')
'';

extraMakeWrapperArgs = builtins.concatStringsSep " " (
Expand Down

0 comments on commit 0ebe299

Please sign in to comment.