diagram.nvim
This commit is contained in:
@@ -54,7 +54,10 @@ in
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
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;
|
programs.nixvim = merged;
|
||||||
xdg.desktopEntries = {
|
xdg.desktopEntries = {
|
||||||
neovim = {
|
neovim = {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
{
|
{
|
||||||
plugins = {
|
plugins = {
|
||||||
image.enable = true;
|
image.enable = true;
|
||||||
|
diagram.enable = true;
|
||||||
clipboard-image = {
|
clipboard-image = {
|
||||||
# todo change based on graphical settings
|
# todo change based on graphical settings
|
||||||
clipboardPackage = pkgs.wl-clipboard;
|
clipboardPackage = pkgs.wl-clipboard;
|
||||||
|
|||||||
Reference in New Issue
Block a user