Merge branch 'master' of git.marvid.fr:mpo/overlays-personal
This commit is contained in:
commit
435e4891ca
1 changed files with 8 additions and 2 deletions
|
@ -73,8 +73,8 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fiatjaf";
|
owner = "fiatjaf";
|
||||||
repo = "neuron.vim";
|
repo = "neuron.vim";
|
||||||
rev = "c62b5daa9bc9d734eca9db74e7e0895c85ceb2b8";
|
rev = "853fbe273f9f40defe69a9d50d267fee1bbc6b5a";
|
||||||
sha256 = "03d4bnmmg49n6fi13lnf1z9jk0xyrnp86kgbmh1sdgnfnrna4178";
|
sha256 = "0l6qxmd1y67jam8np37ywks95nbs53bvmh51y4ak4078mz2n1nji";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
vim-lilypond = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
|
@ -249,6 +249,12 @@ let
|
||||||
" Virtual Edit maaan
|
" Virtual Edit maaan
|
||||||
set ve=block
|
set ve=block
|
||||||
|
|
||||||
|
" Read Vagrantfile as ruby source
|
||||||
|
augroup vagrant
|
||||||
|
au!
|
||||||
|
au BufRead,BufNewFile Vagrantfile set filetype=ruby
|
||||||
|
augroup END
|
||||||
|
|
||||||
" Extra options
|
" Extra options
|
||||||
${extraOptions}
|
${extraOptions}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue