-
There is any way to disable for filestype? the indent lines is render on my dashboard :(
-
Hi wanted to share my typings for your plugin
```lua
---@alias TLualineThemes
---| "auto"
---| "16color"
---| "ayu_dark"
---| "ayu_light"
---| "ayu_mirage"
---| "ayu"
---| "codedark"
---| …
-
### Neovim version (nvim -v | head -n1)
NVIM v0.11.0-dev-1050+g45e319ade
### Operating system/version
Kubuntu 24.04
### How to reproduce the issue
When I start the debug session and the cursor is…
-
### Did you check the docs?
- [X] I have read all the drop.nvim docs
### Is your feature request related to a problem? Please describe.
I would like to have the screensaver run only for my dashboar…
-
I try to copy Prime's config from YT tutorial, When I try to :so the set.lua file, it gives me the following error on windows:
```
Error detected while processing :source (no file):
E5108: Error …
-
I'd like to disable the plugin in certain buffers depending on filetype or buftype:
```lua
require('visual-whitespace').setup({
exclude = {
filetypes = { "neo-tree" },
buftypes = { "q…
-
### Describe the bug
Neovim starts up very slowly when opening a file that treesitter is set up for (e.g. .ex, .hs, .rs) when highlighting is enabled. Disabling highlighting makes neovim startup be…
-
Hi, I am seeing these lines:
![Screenshot from 2022-08-30 16-55-07](https://user-images.githubusercontent.com/46827431/187566241-7394f192-e649-436f-bd6b-822bbb07d588.png)
If I add text to a line, …
-
Any expert can start a project(or already have one?) to integrate this to VIM? So we can have multi window debugger from VIM, it will be consistent, customize-able to use.
-
**Is your feature request related to a problem? Please describe.**
When using find_files, I would like to be able to open multiple results at once.
**Describe the solution you'd like**
In telesco…