fix(nvim/conform): add formatters to extraPackages
This commit is contained in:
parent
5f6b41face
commit
aa240a91d1
@ -1,4 +1,4 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
plugins.conform-nvim = {
|
||||
enable = true;
|
||||
notifyOnError = true;
|
||||
@ -22,6 +22,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
prettierd
|
||||
alejandra
|
||||
];
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user