diagram.nvim
This commit is contained in:
@@ -54,7 +54,10 @@ in
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
home.packages = with pkgs; [ nixfmt-rfc-style ]; # nixd config option to set nixpkgs-fmt should work, but it doesn't
|
||||
home.packages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
plantuml
|
||||
]; # nixd config option to set nixpkgs-fmt should work, but it doesn't
|
||||
programs.nixvim = merged;
|
||||
xdg.desktopEntries = {
|
||||
neovim = {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
{
|
||||
plugins = {
|
||||
image.enable = true;
|
||||
diagram.enable = true;
|
||||
clipboard-image = {
|
||||
# todo change based on graphical settings
|
||||
clipboardPackage = pkgs.wl-clipboard;
|
||||
|
||||
Reference in New Issue
Block a user