mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-12 20:13:19 +00:00
utility/precognition: format
This commit is contained in:
parent
93c4537273
commit
cb4500b9c7
3 changed files with 8 additions and 7 deletions
|
@ -172,7 +172,7 @@ isMaximal: {
|
|||
showBlankVirtLine = true;
|
||||
|
||||
# highlightColor - automatically set by theme
|
||||
disabled_fts = [ "startify" "alpha" "dashboard" ];
|
||||
disabled_fts = ["startify" "alpha" "dashboard"];
|
||||
gutterHints = {
|
||||
gg = {
|
||||
text = "gg";
|
||||
|
|
|
@ -58,8 +58,9 @@ in {
|
|||
});
|
||||
};
|
||||
|
||||
gutterHints = hints //
|
||||
{
|
||||
gutterHints =
|
||||
hints
|
||||
// {
|
||||
description = ''
|
||||
What motions display and at what priority. Only appears in gutters.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue