feat: add rustaceanvim and haskell-tools

This commit is contained in:
Youwen Wu 2024-10-10 14:39:16 -07:00
parent cf54c6381a
commit 43bb2bcc49
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 12 additions and 0 deletions

View file

@ -168,6 +168,9 @@
undotree
conform-nvim
neocord
rustaceanvim
crates-nvim
haskell-tools-nvim
];
};

View file

@ -229,4 +229,13 @@ return {
})
end,
},
{
"crates.nvim",
filetypes = "*.toml",
after = function()
require("crates").setup()
end,
},
{ "rustaceanvim" },
{ "haskell-tools.nvim" },
}