make * composable; add install medium; archive prevoius code
This commit is contained in:
parent
5ab3bfc58c
commit
93b1488bd9
74 changed files with 955 additions and 1132 deletions
22
_archive/environments/dev/vim-pandoc.nix
Normal file
22
_archive/environments/dev/vim-pandoc.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ commonRC
|
||||
,
|
||||
... } @ args :
|
||||
|
||||
import ../../pkg-configuration/vim-derivates/vim.nix (args // {
|
||||
name = "vim-for-pandoc";
|
||||
additionalRC = commonRC + ''
|
||||
set statusline+=%#warningmsg#
|
||||
set statusline+=%{SyntasticStatuslineFlag()}
|
||||
set statusline+=%*
|
||||
|
||||
let g:syntastic_always_populate_loc_list = 1
|
||||
let g:syntastic_auto_loc_list = 1
|
||||
let g:syntastic_check_on_open = 1
|
||||
let g:syntastic_check_on_wq = 0
|
||||
'';
|
||||
additionalPlugins = [
|
||||
"vim-pandoc"
|
||||
"vim-pandoc-syntax"
|
||||
"vimpreviewpandoc"
|
||||
];
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue