11 lines
152 B
Nix
11 lines
152 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim.plugins = {
|
|
lsp-format.enable = true;
|
|
none-ls = {
|
|
enable = true;
|
|
enableLspFormat = true;
|
|
};
|
|
};
|
|
}
|