Skip to content

Suhaan-Bhandary/notes.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

!IMPORTANT Plugin is working properly but some features are in development.

Notes Neovim

Plugin to maintain separate notes for each project. It creates a markdown file for each project and can be accessed from it. Root directory is used to define a project.

preview

Contents

Features

  • Open a markdown file to store Notes of the project.

Installation

Using lazy.nvim:

return {
    "Suhaan-Bhandary/notes.nvim",
    dependencies = { "nvim-telescope/telescope.nvim" }
}

Set keymap to open notes:

-- Notes for each project
vim.api.nvim_set_keymap("n", "<leader>n", "<cmd>lua require(\"notes\").ToggleNotes()<CR>", { noremap = true })
vim.api.nvim_set_keymap("n", "<leader>sn", "<cmd>lua require(\"notes\").ViewAllNotes()<CR>", { noremap = true })

Contributing

Feature and pull requests are welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages