feat: add airline, configure oil-git-status
This commit was merged in pull request #42.
This commit is contained in:
5
config/modules/plugins/airline.nix
Normal file
5
config/modules/plugins/airline.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
plugins.airline = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -148,6 +148,9 @@
|
||||
jq = {
|
||||
command = "${lib.getExe pkgs.jq}";
|
||||
};
|
||||
prettier = {
|
||||
command = "${lib.getExe pkgs.nodePackages.prettier}";
|
||||
};
|
||||
prettierd = {
|
||||
command = "${lib.getExe pkgs.prettierd}";
|
||||
};
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
{
|
||||
plugins.oil.enable = true;
|
||||
plugins.oil = {
|
||||
enable = true;
|
||||
settings = {
|
||||
win_options = {
|
||||
signcolumn = "yes:2";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plugins.oil-git-status = {
|
||||
enable = true;
|
||||
settings = {
|
||||
show_ignored = true;
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user