hie-bios VS vim-awesome

Compare hie-bios vs vim-awesome and see what are their differences.

hie-bios

Set up a GHC API session for various Haskell Projects (by haskell)

vim-awesome

Awesome Vim plugins from across the universe (by divad12)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
hie-bios vim-awesome
5 57
171 2,012
1.2% 0.2%
6.7 0.0
3 days ago over 3 years ago
Haskell Python
BSD 3-clause "New" or "Revised" License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hie-bios

Posts with mentions or reviews of hie-bios. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-02.
  • A working example for Reflex/Obsidian + HLS?
    2 projects | /r/haskell | 2 Mar 2022
    You're likely going to have to set up a hie-bios file in an hie.yaml file. More info here: https://github.com/haskell/hie-bios
  • I was finally able to set up Neovim lspconfig with Haskell Language Server on MacOS!
    2 projects | /r/haskell | 13 Sep 2021
    Look here: hie-bios (its the library used by haskell-language-server to get to know your project better, iirc).
  • Portable Haskell with VS Code?
    2 projects | /r/haskell | 28 May 2021
    Yeah the same happened to me with previous versions of the Haskell IDE Engine that used Stack, so I ended up with several snapshots under \~/.stack that took a lot of space. Nowadays I just install HLS, Cabal and a single HLS-supported GHC with ghcup. It's a huge difference. I think there is a Windows-supported equivalent of ghcup, but I have not used it. If you also have Stack installed, remember that you can place a [`hie.yaml`](https://github.com/mpickering/hie-bios#explicit-configuration) file in your project root that can [force HLS to use cabal](https://github.com/mpickering/hie-bios#cabal) instead of stack in your project (this was needed last time I checked, complex configurations would need tuning this file a bit, though).
  • Is almost everyone using VS Code now for Haskell?
    6 projects | /r/haskell | 20 Mar 2021
    You can provide an alternative stack.yaml to HLS, with the specific configuration for the ide, although you have to write down an explicit hie.yaml file, take a look to https://github.com/mpickering/hie-bios#stack
  • vscode-ghc-simple: Requesting feedback for vgs-bios
    2 projects | /r/haskell | 15 Mar 2021
    Please consider testing dev builds with the WIP new vgs-bios feature, inspired by the amazing hie-bios. It reads your project hie.yaml and supports multi-component/multi-package projects.

vim-awesome

Posts with mentions or reviews of vim-awesome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

What are some alternatives?

When comparing hie-bios and vim-awesome you can also consider the following projects:

bracey.vim - live edit html, css, and javascript in vim

tagbar - Vim plugin that displays tags in a window, ordered by scope

vundle - Vundle, the plug-in manager for Vim

haskell-language-server - Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

delimitMate - Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.

vim-easy-align - :sunflower: A Vim alignment plugin

awesome-neovim - Collections of awesome neovim plugins.

awesome-vim-colorschemes - Collection of awesome color schemes for Neo/vim, merged for quick use.

vim-gutentags - A Vim plugin that manages your tag files

vimwiki - Personal Wiki for Vim

ghcide - A library for building Haskell IDE tooling

vim-plug - :hibiscus: Minimalist Vim Plugin Manager