Results 60 issues of Nick SHV

I use vim.cmd [[SymbolsOutlineOpen]] when setting up my lsp_server (on_attach). How to prevent focus on SymbolsOutline's buffer when it opens?

Is there any way to specify path to 'solc' executalbe? I want to use LSP (solc) inside neovim, neovim provides it's own solc installation to it's own path.

In my case Neovide didn't display terminal colors correctly. I added them manually ![imgonline-com-ua-twotoone-R2neaMtQzhVT](https://user-images.githubusercontent.com/45129790/184167023-6c7fc7da-c0a1-4ab6-a8ea-04a127ab532c.jpg)

I don't know is it Neovide problem or this plugin, but using Neovide it doesn't work correctly - projects doesn't recognize by default (everything works perfect using iTerm2)

### Problem description Cannot paste yanked text into telescope's search field. It has some conflicts with Whichkey plugin. Consider this solution: https://github.com/nvim-telescope/telescope.nvim/issues/1047#issuecomment-914336070 ### LunarVim version Rolling branch ### Neovim version...

bug
needs-author-feedback
stale

```lua -- vim.g.neovide_transparency = 0.9 vim.g.neovide_cursor_vfx_mode = "ripple" vim.g.neovide_remember_window_size = true vim.g.neovide_remember_window_position = true vim.g.neovide_cursor_antialiasing = true -- vim.g.neovide_fullscreen = true ``` Neovide started to increase it's width on each...

Some of the features doesn't work properly: Telescope doesn't remember recent files, windows position and size are not been saved, project.nvim doesn't recognize last opened project. All this happens if...

I have an issue with inlay hints - it it works unpredictable. If I open neovim and non-rust file first - inlay hints don't work when I open rust file...

I don't know why it happens, but few days ago everything was fine. Is there any way to fix that? Here is what I mean: Here is my config: ```lua...