Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 271 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 271 Bytes

graphite.nvim

Work with Graphite CLI in Telescope neovim

Installation and Setup

Lazy

return {
  'chrisaddy/graphite.nvim',
  dependencies = {
    'nvim-telescope/telescope.nvim',
  },
  config = function()
    require('graphite').setup()
  end,
}