-
### Neovim version (nvim -v)
v0.8.0-dev gf479dd0bb
### Vim (not Nvim) behaves the same?
no, but neither does nvim defaults (though please read along)
### Operating system/version
Debian…
aktau updated
2 years ago
-
Hi, I just test [nvim-tree.lua@9049f364](https://github.com/kyazdani42/nvim-tree.lua/tree/9049f364cc3ceaff07ab130e1d35aec9e4124563) with following config:
```
lua
-
Today I updated my plugins via `PlugUpdate` and afterward my installed LSP servers list shown via `:LspInstallInfo` was a lot shorter than before. The servers that were not shown, such as `gopls`, wou…
-
needs some help..
the color in 'background=dark' looks good, once change to 'light' the color looks weird
![image](https://user-images.githubusercontent.com/10127848/196353032-81952917-4bcd-4e68-9a…
-
### Debug adapter definition and debug configuration
```lua
dap.adapters.haskell = {
type = 'executable';
command = 'haskell-debug-adapter';
}
dap.configurations.haskell = {{
type = 'has…
-
### Description
I have LSP with clangd configured properly on using `compile_commands.json` and all of the other LSP functions are working ok.
Trying to get document symbols through LSP or TreeSit…
cigam updated
2 years ago
-
I was expecting the plugin to use less highlighting than the default, but it actually highlights the entire line that was changed in addition to changes. Is it possible to only put highlights on actua…
-
Hi,
I use HLS (Haskell LSP server) with LSPConfig with no issues at all.
When I install navigator though, everything works but that.
I added it to the setup file too with no success:
```
requ…
-
First of all, thank you for this project.
I apologize if this question is too simple.
I want to unbind(or remove them completely) all these binds because cause conflicts with my older binds:
`hp`…
-
**Describe the bug**
When using the base NVChad (and especially when using lsp servers like pyright or clangd) the buffer gets filled with messages making it unusable.
**To Reproduce**
1. Insta…