Skip to content

jakebark/notes.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes.nvim

Persistent notes window in neovim.

Installation

packer:

use('jakebark/notes.nvim')

vim plug:

use('jakebark/notes.nvim')

lazy:

{
  'jakebark/notes.nvim',
  config = function() require("notes") end,
}

manual:

git clone https://github.com/jakebark/notes.nvim.git ~/.local/share/nvim/site/pack/notes/start/notes.nvim

Configuration

require("notes").setup({
  height = 20,                   -- window height
  width = 80,                    -- window width
  relative_numbers = true,       -- false for absolute
  notes_file_path = "~/notes.md" -- path to your notes file
})

About

a simple persistent notes plugin for neovim

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors