fix: conform.nvim option change

This commit is contained in:
xinyangli 2024-11-03 22:03:01 +08:00
parent 78c13f0c98
commit a09d2b94ef
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
2 changed files with 25 additions and 0 deletions

View file

@ -22,4 +22,6 @@
./treesitter.nix
./which-key.nix
];
plugins.web-devicons.enable = true;
}