plugins/none-ls: add enableLspFormat option

This commit is contained in:
Gaetan Lepage 2023-11-28 09:47:29 +01:00 committed by Gaétan Lepage
parent 3ff4976eba
commit 27b0c6bf20
2 changed files with 82 additions and 36 deletions

View file

@ -14,9 +14,21 @@
# };
# };
with-lsp-format = {
plugins = {
lsp-format.enable = true;
none-ls = {
enable = true;
enableLspFormat = true;
};
};
};
default = {
plugins.none-ls = {
enable = true;
enableLspFormat = false;
border = null;
cmd = ["nvim"];
debounce = 250;