disable precognition by defaulyt
This commit is contained in:
		
							parent
							
								
									4d9e54d6d6
								
							
						
					
					
						commit
						1ae060543f
					
				| 
						 | 
					@ -2,26 +2,26 @@ return {
 | 
				
			||||||
  'tris203/precognition.nvim',
 | 
					  'tris203/precognition.nvim',
 | 
				
			||||||
  --event = "VeryLazy",
 | 
					  --event = "VeryLazy",
 | 
				
			||||||
  config = {
 | 
					  config = {
 | 
				
			||||||
    -- startVisible = true,
 | 
					    startVisible = false,
 | 
				
			||||||
    -- showBlankVirtLine = true,
 | 
					    showBlankVirtLine = true,
 | 
				
			||||||
    -- highlightColor = { link = "Comment" },
 | 
					    highlightColor = { link = 'Comment' },
 | 
				
			||||||
    -- hints = {
 | 
					    hints = {
 | 
				
			||||||
    --      Caret = { text = "^", prio = 2 },
 | 
					      Caret = { text = '^', prio = 2 },
 | 
				
			||||||
    --      Dollar = { text = "$", prio = 1 },
 | 
					      Dollar = { text = '$', prio = 1 },
 | 
				
			||||||
    --      MatchingPair = { text = "%", prio = 5 },
 | 
					      MatchingPair = { text = '%', prio = 5 },
 | 
				
			||||||
    --      Zero = { text = "0", prio = 1 },
 | 
					      Zero = { text = '0', prio = 1 },
 | 
				
			||||||
    --      w = { text = "w", prio = 10 },
 | 
					      w = { text = 'w', prio = 10 },
 | 
				
			||||||
    --      b = { text = "b", prio = 9 },
 | 
					      b = { text = 'b', prio = 9 },
 | 
				
			||||||
    --      e = { text = "e", prio = 8 },
 | 
					      e = { text = 'e', prio = 8 },
 | 
				
			||||||
    --      W = { text = "W", prio = 7 },
 | 
					      W = { text = 'W', prio = 7 },
 | 
				
			||||||
    --      B = { text = "B", prio = 6 },
 | 
					      B = { text = 'B', prio = 6 },
 | 
				
			||||||
    --      E = { text = "E", prio = 5 },
 | 
					      E = { text = 'E', prio = 5 },
 | 
				
			||||||
    -- },
 | 
					    },
 | 
				
			||||||
    -- gutterHints = {
 | 
					    gutterHints = {
 | 
				
			||||||
    --     G = { text = "G", prio = 10 },
 | 
					      G = { text = 'G', prio = 10 },
 | 
				
			||||||
    --     gg = { text = "gg", prio = 9 },
 | 
					      gg = { text = 'gg', prio = 9 },
 | 
				
			||||||
    --     PrevParagraph = { text = "{", prio = 8 },
 | 
					      PrevParagraph = { text = '{', prio = 8 },
 | 
				
			||||||
    --     NextParagraph = { text = "}", prio = 8 },
 | 
					      NextParagraph = { text = '}', prio = 8 },
 | 
				
			||||||
    -- },
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue