feat: add rustaceanvim and haskell-tools
This commit is contained in:
parent
cf54c6381a
commit
43bb2bcc49
2 changed files with 12 additions and 0 deletions
|
@ -168,6 +168,9 @@
|
|||
undotree
|
||||
conform-nvim
|
||||
neocord
|
||||
rustaceanvim
|
||||
crates-nvim
|
||||
haskell-tools-nvim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -229,4 +229,13 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"crates.nvim",
|
||||
filetypes = "*.toml",
|
||||
after = function()
|
||||
require("crates").setup()
|
||||
end,
|
||||
},
|
||||
{ "rustaceanvim" },
|
||||
{ "haskell-tools.nvim" },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue