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