mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 08:44:32 +02:00
plugins/utils: move to by-name
This commit is contained in:
parent
faff32b9f1
commit
52f125679f
195 changed files with 2 additions and 102 deletions
|
@ -1,37 +0,0 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.presence-nvim.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.presence-nvim = {
|
||||
enable = true;
|
||||
|
||||
# General options.
|
||||
autoUpdate = true;
|
||||
|
||||
neovimImageText = "The One True Text Editor";
|
||||
mainImage = "neovim";
|
||||
|
||||
clientId = "793271441293967371";
|
||||
logLevel = null;
|
||||
debounceTimeout = 10;
|
||||
enableLineNumber = false;
|
||||
|
||||
blacklist = [ ];
|
||||
fileAssets = null;
|
||||
showTime = true;
|
||||
|
||||
buttons = [ ];
|
||||
|
||||
# Rich presence text options.
|
||||
editingText = "Editing %s";
|
||||
fileExplorerText = "Browsing %s";
|
||||
gitCommitText = "Committing changes";
|
||||
pluginManagerText = "Managing plugins";
|
||||
readingText = "Reading %s";
|
||||
workspaceText = "Working on %s";
|
||||
lineNumberText = "Line %s out of %s";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue