diff --git a/vim.nix b/vim.nix index 5a267d9..26220ed 100644 --- a/vim.nix +++ b/vim.nix @@ -69,7 +69,7 @@ vim_configurable.customize { set expandtab " Insert spaces instead of tabs " Set par as default wrapper - set formatprg=par\ -w80 + set formatprg=${par.outPath}/bin/par\ -w80 " Set mouse on set mouse=a