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
|
||||
conform-nvim = {
|
||||
enable = true;
|
||||
settings = {
|
||||
format_on_save = {
|
||||
timeoutMs = 500;
|
||||
lspFallback = true;
|
||||
|
@ -543,6 +544,7 @@
|
|||
"_" = ["trim_whitespace"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# mini.nvim
|
||||
mini = {
|
||||
|
|
Loading…
Reference in a new issue