fisadev / fisa-vim-config

my vim configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)
http://vim.fisadev.com
1.47k stars 495 forks source link

Add cronex plugin #149

Closed cacrespo closed 5 months ago

cacrespo commented 6 months ago

Hi Fisa! Check out this wonderful plugin: cronex.nivm Human-readable inline cron expressions in Neovim. image

I'm not sure if it works on vim, but it's great on nvim and provides a nice improvement. :rocket: :rocket: :rocket:

baco commented 6 months ago

@cacrespo it certainly won't work on Vim. It's written in Lua and the virtual-text feature is using to display the “Human-readable expression” doesn't come in Vim

fisadev commented 6 months ago

Hi! Sadly what Baco said is true, it doesn't work with vim, only works in neovim :(

cacrespo commented 5 months ago

I understand... thank you both for the replies. Closing the issue. 😢