mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 19:01:35 +00:00
feat: add presence.nvim
config options
This commit is contained in:
parent
94412c6d6c
commit
31e7645ce1
5 changed files with 131 additions and 33 deletions
15
extra.nix
15
extra.nix
|
@ -163,7 +163,20 @@ inputs: let
|
|||
|
||||
vim.comments = {
|
||||
comment-nvim.enable = true;
|
||||
kommentary = builtins.trace "WARNING: kommentary is deprecated and will be removed in the future, use comment-nvim instead" {enable = false;};
|
||||
kommentary. enable = false;
|
||||
};
|
||||
|
||||
vim.presence = {
|
||||
presence-nvim = {
|
||||
enable = true;
|
||||
auto_update = true;
|
||||
image_text = "The One True Text Editor";
|
||||
client_id = "793271441293967371";
|
||||
main_image = "neovim";
|
||||
rich_presence = {
|
||||
editing_text = "Editing %s";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue