-
### Problem description
I'm trying to use clang_format through null-ls, by setting it up like the docs tell me to:
```
local formatters = require "lvim.lsp.null-ls.formatters"
formatters.setup {
…
-
Hello, I am using your config as a base for mine, so it is likely its a problem I introduced. I am asking here because I am completely lost and I tried more or less everything I could think of. Feel f…
-
Error detected while processing /home/justin/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /home/justin/.config/nvim/lua/core/funcs.lua:2: module 'lvim-ui-config.select' not found:
…
-
### Problem description
Despite following settings document highlight is still on.
```
lvim.lsp.document_highlight = false
lvim.builtin.treesitter.highlight.enable = false
```
### LunarVim v…
-
### Feature motivation
Since LunarVim uses a custom directory (`~/.local/share/lunarvim/lvim`), the LunarVim configuration cannot be loaded when opening [vimr](https://github.com/qvacua/vimr) (a Neov…
-
## maintainer edit
add `vim.opt.title = false` to your config.lua as a workaround, the issue is not in lunarvim
examples of this bug:
- near the cursor
![image](https://user-images.githubuse…
-
### Description
Each buffer starts the lsp server
### Neovim version
NVIM v0.9.0-dev-554+g6f25623e7
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
### Nvim-lspconfig version
efafc5d09f1815f29985…
-
### Problem description
1.) have the following config:
```lua
lvim.builtin.lir.active = false
lvim.builtin.nvimtree.active = false
```
2.) Receive the following error:
```
Error running …
-
### Problem description
in normal mode, enter mark 'a':
:ma
next i get
E471: argument required
notification (in same line as i enter :ma)
nevertheless, goto mark works just fine
in normal mod…
-
### Problem description
LSP server is not started and attached to buffer
### LunarVim version
release-1.3/neovim-0.9-0aea5a68
### Neovim version (>= 0.9.0)
NVIM v0.9.0-dev-454+g6d7b94ea0
###…