mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
plugins/none-ls: add enableLspFormat option
This commit is contained in:
parent
3ff4976eba
commit
27b0c6bf20
2 changed files with 82 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue