Skip to content

wxllxm/nvim-floaty-mcnotey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

NVIM Floaty McNotey

A very minimal one-stop notes solution. Simply toggle a floaty mcnotey to write your notes

Specifiy a path to the notes file you wish to use, and that it, your all set

Toggle your floaty mcnotey where ever you are, make your notes, save with :w & close with :q

Usage/Examples

return {
	"wxllxm/nvim-floaty-mcnotey",
	config = function()
		require("nvim-floaty-mcnotey").setup("~/Documents/notes/Floaty-McNoties.txt")
		vim.keymap.set("n", "<leader>fn", vim.cmd.FloatyMcNotey, {silent = true})
	end,
}

About

floaty notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages