neovim: remove pandoc and cleanup plugins
This commit is contained in:
parent
874fcbd7ce
commit
0b30d0a116
1 changed files with 3 additions and 21 deletions
|
@ -13,12 +13,6 @@ let
|
||||||
# go-errcheck.bin
|
# go-errcheck.bin
|
||||||
];
|
];
|
||||||
pythonPkgs = with pkgs.python2Packages; [
|
pythonPkgs = with pkgs.python2Packages; [
|
||||||
blockdiag
|
|
||||||
seqdiag
|
|
||||||
actdiag
|
|
||||||
nwdiag
|
|
||||||
#packetdiag
|
|
||||||
#rackdiag
|
|
||||||
];
|
];
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
@ -193,35 +187,23 @@ in {
|
||||||
" }
|
" }
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vam.knownPlugins = gitpkgs.vimPlugins; # optional
|
vam.knownPlugins = pkgs.vimPlugins; # optional
|
||||||
vam.pluginDictionaries = [ # full ducomentation at github.com/MarcWeber/vim-addon-manager
|
vam.pluginDictionaries = [ # full ducomentation at github.com/MarcWeber/vim-addon-manager
|
||||||
# "deoplete-nvim"
|
|
||||||
# "deoplete-jedi"
|
|
||||||
# "deoplete-go"
|
|
||||||
"vim-addon-vim2nix"
|
"vim-addon-vim2nix"
|
||||||
"youcompleteme"
|
"youcompleteme"
|
||||||
"vim-airline"
|
"vim-airline"
|
||||||
"vim-addon-nix"
|
"vim-addon-nix"
|
||||||
"ctrlp"
|
"ctrlp"
|
||||||
"vim-go"
|
"vim-go"
|
||||||
# "syntastic"
|
"syntastic"
|
||||||
"tagbar"
|
|
||||||
"vim-css-color"
|
"vim-css-color"
|
||||||
"rainbow_parentheses"
|
"rainbow_parentheses"
|
||||||
"vim-colorschemes"
|
"vim-colorschemes"
|
||||||
"vim-colorstepper"
|
"vim-colorstepper"
|
||||||
"vim-signify"
|
"vim-signify"
|
||||||
# "vim-pandoc"
|
|
||||||
# "vim-pandoc-syntax"
|
|
||||||
# "vim-pandoc-after"
|
|
||||||
# "vimpreviewpandoc"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
extraPythonPackages = with gitpkgs.python2Packages; [
|
extraPythonPackages = with pkgs.python2Packages; [
|
||||||
pandocfilters
|
|
||||||
htmltreediff
|
|
||||||
html5lib
|
|
||||||
dbus
|
|
||||||
] ++ pythonPkgs;
|
] ++ pythonPkgs;
|
||||||
withPython3 = true;
|
withPython3 = true;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue