chore(nvf): change markdown formatter to prettierd
This commit is contained in:
parent
e4b260ada1
commit
93f0d568a1
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
lua.enable = true;
|
lua.enable = true;
|
||||||
markdown.enable = true;
|
markdown.enable = true;
|
||||||
markdown.extensions.markview-nvim.enable = true;
|
markdown.extensions.markview-nvim.enable = true;
|
||||||
|
markdown.format.type = "prettierd";
|
||||||
nix = {
|
nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
format.type = "nixfmt";
|
format.type = "nixfmt";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue