Skip to content

πŸ™ A simple NeoVim plugin that shows virtual inline Git blame information.

License

Notifications You must be signed in to change notification settings

theoboldalex/praise.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

35 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Praise.nvim

πŸ™ A simple NeoVim plugin that shows virtual inline Git blame information.

image

Requirements

  • Neovim >= 0.9
  • awk
  • sed
  • git

Installation

Plug

Plug 'theoboldalex/praise.nvim'

Packer

use {'theoboldalex/praise.nvim'}

Lazy

-- init.lua
{ 'theoboldalex/praise.nvim' }

-- plugins/praise.lua
return {
  'theoboldalex/praise.nvim'
}

Customisation

updatetime

You can change the point at which the blame information appears in the buffer by setting the updatetime option in your configuration.

vim.opt.updatetime = 1000 -- the default is 4000ms

Warning

Setting very low updatetime values can have a negative effect on performance. make sure you have read and understood h: updatetime and :h CursorMoved.

About

πŸ™ A simple NeoVim plugin that shows virtual inline Git blame information.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages