Added bufferline and removed ' from aw
This commit is contained in:
parent
1514089913
commit
5768956e73
|
@ -15,7 +15,8 @@
|
||||||
{
|
{
|
||||||
pname = "shades_of_purple";
|
pname = "shades_of_purple";
|
||||||
version = "1.0.1"; # dummy version
|
version = "1.0.1"; # dummy version
|
||||||
src = pkgs.fetchFromGitea {
|
src = pkgs.fetchFromGitea
|
||||||
|
{
|
||||||
domain = "git.4o1x5.dev";
|
domain = "git.4o1x5.dev";
|
||||||
owner = "4o1x5";
|
owner = "4o1x5";
|
||||||
repo = "shades-of-purple-nvim";
|
repo = "shades-of-purple-nvim";
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
autoCmd = [
|
autoCmd = [
|
||||||
# Start aw-watcher-vim on startup
|
# Start aw-watcher-vim on startup
|
||||||
{
|
{
|
||||||
command = ":AWStart'";
|
command = ":AWStart";
|
||||||
event = [
|
event = [
|
||||||
"VimEnter"
|
"VimEnter"
|
||||||
];
|
];
|
||||||
|
|
|
@ -13,8 +13,9 @@
|
||||||
hide_numbers = false;
|
hide_numbers = false;
|
||||||
autochdir = true;
|
autochdir = true;
|
||||||
close_on_exit = true;
|
close_on_exit = true;
|
||||||
direction = "horizontal";
|
direction = "tab";
|
||||||
open_mapping = "[[<c-t>]]";
|
open_mapping = "[[<c-t>]]";
|
||||||
|
shell = "zsh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -182,4 +183,8 @@
|
||||||
"reason"
|
"reason"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.bufferline = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue