-
like Neovim's Telescope plugin and Emacs' Ivy plugin.
neovim:
telescope plugin: https://github.com/nvim-telescope/telescope.nvim
emacs
ivy plugin:
https://github.com/abo-abo/swiper
-
I am using NeoVim,
* [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) to get completions from the LSP
* (nvim-lspconfig)[https://github.com/neovim/nvim-lspconfig] for starting LSP servers
* [helm-…
-
**Describe the bug**
Starting neovim normally and expect to be greeted by dashboard. However, seeing the 'new' empty buffer. Checking in `:Lazy` indicates that `dashboard-nvim` is loaded.
I h…
-
## Describe the bug
After updating the plugin to the newest state after the rework was merged leads to errors at startup of Vim:
```
Error detected while processing [..]/vim/pack/ptm/start/base…
-
### Steps to reproduce
Moving from https://github.com/neovim/neovim/issues/31233
mwe.rst:
```rst
================
Document Heading
================
Heading
=======
Sub-heading
--------…
-
I have the following c++ code
```language=c++
struct Foo {
Foo(int x) {}
};
int main() {
int x = 42;
Foo f(x);
}
```
That I can compile and execute with clang++. However, if I open…
-
### Did you check docs and existing issues?
- [X] I have read all the plugin docs
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this issue
…
-
Hi
Been working with Smarty for almost 12 years now. Somehow syntax highlighting has always been a problem. Recently when working with neovim and tree-sitter.
Is there any recommended and updat…
-
Hope Heading explains it.
I use lualine, barbar, and nvim-tree (there are probably more).
They don't reflect the colorscheme at launch (even though the opened buffer does)
> the icons color appear…
-
Using the Raindrop backend results in a stale cache. My workaround is to refresh it by restarting my Neovim instance and invoking the plugin (for me: `Telescope bookmarks`).
Is this normal? If so, …