hologram.nvim
plenary.nvim
hologram.nvim | plenary.nvim | |
---|---|---|
26 | 59 | |
1,301 | 2,897 | |
- | 2.9% | |
0.0 | 6.7 | |
about 1 year ago | 4 months ago | |
Lua | Lua | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hologram.nvim
- Pulsar, the best code editor since Atom
-
Adding image support to Neovim - Kitty + Tmux = Amazing (WIP)
Awesome! What's the difference between this and hologram? Would you like to support sixel so that it can be used in other terminals like alacritty?
-
[markdown] Hide "#" syntax item of headings?
hologram doesn't work for you? Although, there's a bit of an issue with images disappearing and to get them back I have to replace a character in the image's link.
-
View images when SSH
There are some plugins to display images in nvim (edluffy/hologram.nvim), but it depends on the terminal and graphic protocol you use
-
How do you deal with GUI needs on nvim?
kitty terminal can show image https://github.com/edluffy/hologram.nvim but i use peek.nvim to preview markdown
-
veil.nvim - dynamic, component-based startup screen
Hi good stuff! Is there any plans for hologram.nvim integration?
-
Pets.nvim: my new useless plugin!
Nope, I used the hologram.nvim plugin to display the images, and it uses the kitty graphics protocol. That is why it only works with kitty.
-
kirby.nvim - fuzzy picker based on kui.nvim
The images can be drawn anywhere on the screen. Drawing inside an editor isn't too much work but requires some bookkeeping to handle scrolling, cropping and windows closing. See https://github.com/edluffy/hologram.nvim for an example of what is possible.
-
flirt.nvim - Plugin for working with floating windows (animations, mouse, etc)
Im actually using hologram.nvim integrated with neorg (it only works in kitty + pngs for now)
-
Looking for best method to take math notes with figures and images
Basic image manipulation/preview. This includes: 1) the ability to call external tools (draw.io/inkscape, etc) for simple image creation and insertion on the fly 2) removing an image link from markdown also removes the corresponding file 3) file preview inside neovim buffer. I just discovered a plugin that make this possible: hologram.nvim, has anyone tried it out?
plenary.nvim
- Bro Install Neovim On Windows And Setup Neovim Without Neovim Package Manager 🙀
-
How To Create An UI Menu In Neovim
we can create a function to open a pop up menu using plenary.popup like this, you need to install neovim plenary if you don't already have it https://github.com/nvim-lua/plenary.nvim
-
How can I run a vim.cmd asynchronously?
If you are really interested in doing this yourself with loop, you should take a look at either plenary.job or netman.shell (I made the latter) as both are very well documented.
- Async module in Lua for Nvim
-
How to send curl requests without plugin dependency and read the result all in Lua?
I feel this :( That said, alot of plugins rely on plenary.nvim. Its up to you if you determine this is "non-essential" or not. It will almost certainly be available for you to use already.
-
nvim-http: A simple yet modern HTTP client for neovim
The big reason I ask is that reaching out to an external python shell to run commands (disregard the fact that its python running) is going to be much slower than using the in built lua JIT interpreter. Additionally, plenary has a built in curl function so you don't have to "reinvent the wheel".
- Does there exist any simple Lua syntax to extend tables?
-
Testing my config?
There is also test harness in nvim-lua/plenary.nvim with a slightly different design, but still usable of course.
-
How to write `pretty_print`ed json data into a json file?
I am simply using busted or more specifically vusted which is a wrapper around busted for Neovim. It should be quite straightforward to learn the basics, I would say you mostly need to know these functions: describe, it (these are used to structure your test cases) and assert.are_same (to check for table equality). Some people are also using plenary which is also based on busted.
-
Neovim Lua Nix plugin template
It's based on nvim-lua-plugin-template, but uses Nix flakes to run plenary.nvim tests.
What are some alternatives?
ueberzug - ueberzug is a command line util which allows to display images in combination with X11. The user is expected to have knowledge of theoretical computer science. https://github.com/seebye/ueberzug/wiki/Troubleshooting/119e30f331799b30fb9594db29740685cb09425b
async-await.lua - Write async function more like javascript async/await
viu - Terminal image viewer with native support for iTerm and Kitty
nvim-reload - Plugin to easily reload your Neovim config
Shade.nvim - An Nvim lua plugin that dims your inactive windows
nvim-lua-guide - A guide to using Lua in Neovim
neovim - Vim-fork focused on extensibility and usability
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
markdown-preview.nvim - markdown preview plugin for (neo)vim
nvim-lua
doom-one.vim - A dark colorschme for vim, ported from doom-emacs' doom-one theme.
telescope-fzf-native.nvim - FZF sorter for telescope written in c