nixvim stuff
This commit is contained in:
parent
0e22544a8a
commit
c4119b1150
4 changed files with 8 additions and 2 deletions
|
@ -53,6 +53,7 @@ in {
|
||||||
./plug/utils/undotree.nix
|
./plug/utils/undotree.nix
|
||||||
./plug/utils/ufo.nix
|
./plug/utils/ufo.nix
|
||||||
./plug/utils/whichkey.nix
|
./plug/utils/whichkey.nix
|
||||||
|
./plug/utils/lazy.nix
|
||||||
];
|
];
|
||||||
options = {
|
options = {
|
||||||
theme = lib.mkOption {
|
theme = lib.mkOption {
|
||||||
|
|
|
@ -9,7 +9,7 @@ in {
|
||||||
plugins = {
|
plugins = {
|
||||||
bufferline = {
|
bufferline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
separatorStyle = "thick"; # “slant”, “padded_slant”, “slope”, “padded_slope”, “thick”, “thin”
|
separatorStyle = "slant"; # “slant”, “padded_slant”, “slope”, “padded_slope”, “thick”, “thin”
|
||||||
highlights = {
|
highlights = {
|
||||||
fill = {
|
fill = {
|
||||||
fg = colors.base00;
|
fg = colors.base00;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
disableMouse = true;
|
disableMouse = true;
|
||||||
disabledFiletypes = ["Oil"];
|
disabledFiletypes = ["Oil"];
|
||||||
hint = true;
|
hint = true;
|
||||||
maxCount = 4;
|
maxCount = 2;
|
||||||
maxTime = 1000;
|
maxTime = 1000;
|
||||||
restrictionMode = "hint";
|
restrictionMode = "hint";
|
||||||
restrictedKeys = {
|
restrictedKeys = {
|
||||||
|
|
5
modules/editors/nixvim/plug/utils/lazy.nix
Normal file
5
modules/editors/nixvim/plug/utils/lazy.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
programs.nixvim.plugins.lazy = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue