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
|
||||
];
|
||||
pythonPkgs = with pkgs.python2Packages; [
|
||||
blockdiag
|
||||
seqdiag
|
||||
actdiag
|
||||
nwdiag
|
||||
#packetdiag
|
||||
#rackdiag
|
||||
];
|
||||
|
||||
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
|
||||
# "deoplete-nvim"
|
||||
# "deoplete-jedi"
|
||||
# "deoplete-go"
|
||||
"vim-addon-vim2nix"
|
||||
"youcompleteme"
|
||||
"vim-airline"
|
||||
"vim-addon-nix"
|
||||
"ctrlp"
|
||||
"vim-go"
|
||||
# "syntastic"
|
||||
"tagbar"
|
||||
"syntastic"
|
||||
"vim-css-color"
|
||||
"rainbow_parentheses"
|
||||
"vim-colorschemes"
|
||||
"vim-colorstepper"
|
||||
"vim-signify"
|
||||
# "vim-pandoc"
|
||||
# "vim-pandoc-syntax"
|
||||
# "vim-pandoc-after"
|
||||
# "vimpreviewpandoc"
|
||||
];
|
||||
};
|
||||
extraPythonPackages = with gitpkgs.python2Packages; [
|
||||
pandocfilters
|
||||
htmltreediff
|
||||
html5lib
|
||||
dbus
|
||||
extraPythonPackages = with pkgs.python2Packages; [
|
||||
] ++ pythonPkgs;
|
||||
withPython3 = true;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue