up
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{pkgs, ...}: {
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./autocmd.nix
|
./autocmd.nix
|
||||||
./mappings.nix
|
./mappings.nix
|
||||||
@@ -25,6 +25,5 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
clipboard.register = "unnamedplus";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
mouse = "";
|
mouse = "";
|
||||||
|
clipboard.register = "unnamedplus";
|
||||||
# foldmethod = "expr";
|
# foldmethod = "expr";
|
||||||
# foldexpr = "nvim_treesitter#foldexpr()";
|
# foldexpr = "nvim_treesitter#foldexpr()";
|
||||||
};
|
};
|
||||||
|
|||||||
5
profiles/base/home-manager/neovim/plugins/osc52.nix
Normal file
5
profiles/base/home-manager/neovim/plugins/osc52.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
programs.nixvim.plugins.osc52 = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -19,6 +19,8 @@
|
|||||||
mouse-scroll-multiplier = 1.25;
|
mouse-scroll-multiplier = 1.25;
|
||||||
shell-integration = "detect";
|
shell-integration = "detect";
|
||||||
shell-integration-features = "no-cursor";
|
shell-integration-features = "no-cursor";
|
||||||
|
clipboard-read = "allow";
|
||||||
|
clipboard-write = "allow";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user