Set up haskell-tools.nvim
This commit is contained in:
parent
c8d7224dc9
commit
346d1b78d9
10 changed files with 128 additions and 95 deletions
home/features/cli
|
@ -14,6 +14,13 @@
|
|||
# Direnv
|
||||
".direnv"
|
||||
".envrc"
|
||||
|
||||
# Haskell
|
||||
# NOTE: THIS IS A BAD IDEA
|
||||
# I need to figure out a better way (this is simply here because
|
||||
# a project I contribute to doesn't gitignore this file, nor does
|
||||
# it have it commited).
|
||||
"hie.yaml"
|
||||
];
|
||||
|
||||
aliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue