Iordanis Petkakis
Iordanis Petkakis
@jluzny The lines with the `init` function is not needed at all (lines 13-15). See my [comment](https://github.com/LazyVim/LazyVim/pull/2802#discussion_r1544908976).
Doesn't `` do what you want? It opens a floating terminal. And you can use the same keymap for showing/hiding the terminal.
This is something related to your terminal emulator. What terminal are you using? Are you inside tmux? Type the following in `insert` mode inside Neovim ``. What characters are printed...
> Type the following in insert mode inside Neovim ``. What characters are printed out? You didn't answer this.
@rabinadk1 This way when `vim.snippet` is available (which is on Neovim 0.10+) it will be hardcoded to use the native snippets engine by default, which some users might not like...
Yes, but at least the checks could be reversed, so it first checks if any of the other snippet engines exist first (since the user would have explicitly enabled them...
From the plugin's [docs](https://github.com/nvim-telescope/telescope-fzf-native.nvim?tab=readme-ov-file#make-linux-macos-windows-with-mingw) it seems that you need to have `MingW` on Windows to build it. Otherwise, just disable the plugin in your personal configuration. I don't believe this...
I don't use Windows, so I don't know. But it's definitely a problem with your OS. On Linux it works just fine. The screenshot that you showed in your first...
Try to install `make` via `chocolatey` and try to rebuild the plugin.