Adding a dependency on 'par'
This commit is contained in:
parent
d682b59bc9
commit
d8ea69fbf1
1 changed files with 1 additions and 1 deletions
2
vim.nix
2
vim.nix
|
@ -69,7 +69,7 @@ vim_configurable.customize {
|
||||||
set expandtab " Insert spaces instead of tabs
|
set expandtab " Insert spaces instead of tabs
|
||||||
|
|
||||||
" Set par as default wrapper
|
" Set par as default wrapper
|
||||||
set formatprg=par\ -w80
|
set formatprg=${par.outPath}/bin/par\ -w80
|
||||||
|
|
||||||
" Set mouse on
|
" Set mouse on
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
|
Loading…
Reference in a new issue