mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
fix: nest conform settings correctly
This commit is contained in:
parent
44f9a7fd2f
commit
b4be742668
1 changed files with 15 additions and 13 deletions
|
@ -528,6 +528,7 @@
|
||||||
# Code formatting
|
# Code formatting
|
||||||
conform-nvim = {
|
conform-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeoutMs = 500;
|
timeoutMs = 500;
|
||||||
lspFallback = true;
|
lspFallback = true;
|
||||||
|
@ -543,6 +544,7 @@
|
||||||
"_" = ["trim_whitespace"];
|
"_" = ["trim_whitespace"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# mini.nvim
|
# mini.nvim
|
||||||
mini = {
|
mini = {
|
||||||
|
|
Loading…
Reference in a new issue