Go to file
2022-06-30 19:55:17 +08:00
lua feat!: init proj , add some lua functions the proj need 2022-06-30 19:55:17 +08:00
LICENSE Initial commit 2022-06-30 11:39:46 +08:00
README.md feat!: init proj , add some lua functions the proj need 2022-06-30 19:55:17 +08:00

bookmarks.nvim

A Bookmarks Plugin With Global File Store For Neovim Written In Lua.

Requirements

  • Neovim >= 0.7.0

Installation

packer.nvim :

use {
'tomasky/bookmarks.nvim',
-- tag = 'release' -- To use the latest release
}

Usage

For basic setup with all default configs using packer.nvim

use {
  'tomasky/bookmarks.nvim',
  config = function()
    require('bookmarks').setup()
  end
}

Here is an example with most of the default settings:

require('bookmarks').setup {

}

Credits