customising vim for Haskell
This commit is contained in:
parent
a1642dbbd5
commit
aac13c2919
|
@ -5,6 +5,7 @@ with pkgs;
|
||||||
let
|
let
|
||||||
unstable = import <nixos-unstable> {};
|
unstable = import <nixos-unstable> {};
|
||||||
mybrowser = firefox;
|
mybrowser = firefox;
|
||||||
|
all-hies = import (fetchTarball "https://github.com/infinisil/all-hies/tarball/master") {};
|
||||||
pypi2nix = import (
|
pypi2nix = import (
|
||||||
pkgs.fetchgit {
|
pkgs.fetchgit {
|
||||||
url = "https://github.com/nix-community/pypi2nix";
|
url = "https://github.com/nix-community/pypi2nix";
|
||||||
|
@ -19,7 +20,7 @@ let
|
||||||
thunderbird
|
thunderbird
|
||||||
calibre
|
calibre
|
||||||
dino
|
dino
|
||||||
zotero
|
unstable.zotero
|
||||||
keepassxc
|
keepassxc
|
||||||
ding
|
ding
|
||||||
aspell
|
aspell
|
||||||
|
@ -181,8 +182,12 @@ let
|
||||||
mtr
|
mtr
|
||||||
wireshark
|
wireshark
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
|
# Haskell
|
||||||
ghc
|
ghc
|
||||||
cabal2nix
|
cabal2nix
|
||||||
|
#only temporary until auto-selecting the current channel version works
|
||||||
|
(all-hies.selection { selector = p: { inherit (p) ghc865; }; })
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@ rec {
|
||||||
# loaded on start
|
# loaded on start
|
||||||
start = [
|
start = [
|
||||||
ale
|
ale
|
||||||
|
LanguageClient-neovim
|
||||||
ctrlp
|
ctrlp
|
||||||
#deoplete-jedi
|
#deoplete-jedi
|
||||||
direnv-vim
|
direnv-vim
|
||||||
|
|
Loading…
Reference in a new issue