mirror of
https://github.com/nix-community/nixvim.git
synced 2026-01-11 08:48:12 +01:00
plugins/lsp-format-modifications: init
This commit is contained in:
parent
66a5dc70e2
commit
58449bcd1d
2 changed files with 15 additions and 0 deletions
10
plugins/by-name/lsp-format-modifications/default.nix
Normal file
10
plugins/by-name/lsp-format-modifications/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib, ... }:
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "lsp-format-modifications";
|
||||
package = "lsp-format-modifications-nvim";
|
||||
callSetup = false;
|
||||
hasSettings = false;
|
||||
|
||||
maintainers = [ lib.maintainers.shved ];
|
||||
description = "LSP formatting, but only on modified text regions.";
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.lsp-format-modifications.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue