prescientmoon

Results 47 comments of prescientmoon

Hi @smjonas ! This branch seems to work very well, although my lualine still flickers at times with `cmdheight=0`.

Are there plans to also support marker based folding? That's a pretty important part of my workflow.

@jbyuki You are right, setting the keymap using `vim.keymap.set` does not make the cmdline flicker, although I would expect setting `silent = true` to have the same effect in hydra...

Never mind, the issue still occurs with the vim keybind: ![neovim-statusline-flicker](https://github.com/jbyuki/venn.nvim/assets/39400800/41743995-09f3-4803-abdf-aa833f5f69e6) (I hope the gif loads properly) @jbyuki

The code does work when turning the type alias into a newtype.

> Doing so is unfortunately pretty risky for a running system. You're moving files that are potentially being used by running programs between filesystems. Perhaps it could be alleviated somewhat...

@frabjous Should I open a pr with this?

A very important feature for me is `luasnip`'s auto snippets. Snippets marked as "auto" will trigger the moment the prefix is typed out, without having to select the snippet in...

I too wanted such functionality, so I incorporated it in [my first nvim plugin](https://github.com/Mateiadrielrafael/scrap.nvim)