Select a color scheme for your Dotfyle experience

rguruprakash / simple-note.nvim

simple-note.nvim

A simple note taking plugin for neovim
12 2 0 5 days ago
note-taking manually-created
simple-note.nvim is a minimalist note-taking plugin for creating, listing, previewing, renaming, and deleting notes in Neovim. It utilizes Telescope for prompts and offers simple keymap shortcuts for various actions.

Install instructions

Dotfyle does not endorse any plugins. Install at your own risk.
{
    'rguruprakash/simple-note.nvim',
    dependencies = {
        'nvim-telescope/telescope.nvim',
    },
    config = function ()
        require('simple-note').setup({
            notes_dir = '~/my-notes/' -- default: '~/notes/'
        })
    end
}

Developers using simple-note.nvim

more configs
manutepowa/.dotfiles
/nvim/.config/nvim
0 init.lua 47 2918
rguruprakash/nvim_config
/
0 init.lua 53 1593