Skip to content

Ka10kenHQ/dictionary.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dictionary.nvim

A simple Neovim plugin to manage notes.


Caution: Use a .md file (Markdown) for your save_path. This ensures proper formatting and avoids parsing errors.


dictionary.mp4

Features

  • Store notes with Name and Description.
  • Floating window UI with customizable size and position.
  • Highlighting for names and descriptions.
  • Auto-save and auto-refresh on buffer write.
  • Configurable options for path, floating window size, and border style.

Installation

return {
	"Ka10kenHQ/dictionary.nvim",
	opts = {},
	config = function(_, opts)
	     require("dictionary").setup(opts)
	end,
}

Customize

opts = {
   save_path = "$HOME/not_here.md",
   width_ratio = 0.7,
   height_ratio = 0.5,
   border = "rounded
}

About

neovim plugin for dictionary | word explanation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages