mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
utility/precognition: manual format
This commit is contained in:
parent
3c1f89984c
commit
c20bfdd6dc
2 changed files with 4 additions and 5 deletions
|
@ -10,9 +10,7 @@ in {
|
|||
config =
|
||||
mkIf cfg.enable
|
||||
{
|
||||
vim.startPlugins = [
|
||||
"precognition-nvim"
|
||||
];
|
||||
vim.startPlugins = [ "precognition-nvim" ];
|
||||
|
||||
vim.luaConfigRC.precognition = lib.nvim.dag.entryAnywhere ''
|
||||
require('precognition').setup(${lib.nvim.lua.toLuaObject cfg.setupOpts})
|
||||
|
|
|
@ -54,8 +54,9 @@ in {
|
|||
|
||||
hints = mkHintType "What motions display and at what priority.";
|
||||
|
||||
gutterHints =
|
||||
mkHintType "What motions display and at what priority. Only appears in gutters.";
|
||||
gutterHints = mkHintType ''
|
||||
What motions display and at what priority. Only appears in gutters
|
||||
'';
|
||||
|
||||
disabled_fts = mkOption {
|
||||
type = listOf str;
|
||||
|
|
Loading…
Reference in a new issue