-
Notifications
You must be signed in to change notification settings - Fork 1
/
vimPlugins.nix
executable file
·51 lines (50 loc) · 1005 Bytes
/
vimPlugins.nix
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{pkgs, ...}:
with pkgs.vimPlugins; [
# Here you can place all your vim plugins
# They are installed managed by `vam` (a vim plugin manager)
Syntastic # "ctrlp"
vim-airline
vim-airline-themes
vim-nix
vim-addon-nix
taglist
vim-closetag
vim-css-color
elm-vim
vim-elm-syntax
awesome-vim-colorschemes
vim-colorschemes
# "floobits-neovim"
vim2hs
vim2nix
# vim-hdevtools
vim-stylishask
vim-elixir
vim-lsp
# vimm-lsp-settings
vim-json
vim-go
vim-ruby
coc-nvim
# Rust
rust-vim
coc-rust-analyzer
coc-go
coc-yaml
# Haskell
vim-hoogle
haskell-vim
# TreeSitter settings
nvim-treesitter-parsers.haskell
nvim-treesitter-parsers.ruby
nvim-treesitter-parsers.rust
# Airline
airline
vim-airline
vim-helm
ale
tagbar
# (fromGitHub "HEAD" "rust-lang/rust.vim")
purescript-vim
# aiken-lang/editor-integration-nvim
]