added neocord and nvim-lightbulb to nixvim config
This commit is contained in:
19
modules/home/programs/nixvim/plugins/neocord.nix
Normal file
19
modules/home/programs/nixvim/plugins/neocord.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
programs.nixvim.plugins.neocord = {
|
||||
enable = true;
|
||||
settings = {
|
||||
logo = "https://styles.redditmedia.com/t5_30kix/styles/communityIcon_n2hvyn96zwk81.png";
|
||||
logo_tooltip = "Neovim";
|
||||
buttons = [
|
||||
{
|
||||
label = " My GitHub";
|
||||
url = "https://github.com/pagedMov";
|
||||
}
|
||||
{
|
||||
label = " Nixvim";
|
||||
url = "https://github.com/nix-community/nixvim";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user