-
I try to keep my setup minimal, including the numbers of plugins.
Currently hardtime depends on nui and plenary. Would it be possible to remove them or make them optional?
For plenary, it is used …
-
I am setting up neovim to have a custom filetype for files with a name `chaneglog.txt':
```lua
vim.filetype.add({
filename = {
['changelog.txt'] = 'factorio-changelog'
}
})
```
…
-
Hi and thanks for the plugin
Just tried it on Windows with a basic sqlite db, but I can't get the column completion to work. Table names complete just fine, but for columns it's saying `Fetching co…
-
I've been struggling to work out how to install nvim-treesitter on a fresh neovim install. Your "installation" page is simply a list of what steps to use for a variety of plugin managers. As a new use…
-
I am setting up an environment (in neovim) for working with the newer AVR device families (specifically avr128db48). _avr-gcc_ does not support these out of the box and an additional device family pac…
-
Is your feature request related to a problem? Please describe.
I'm always frustrated when I need to configure the plugin manually. LazyVim is becoming a standard for easy configuration, and integrati…
-
I wanted to get a good trace for a bug in a neovim lua plugin
unfortunately neovim is suppressing the traces, including StackTracePlus's , output.
I wonder if there could be an option to output to …
-
### I've searched open issues for similar requests
- [X] Yes
### I've manually reviewed logs to find potential errors
- [X] Yes
### I've recently downloaded the latest plugin version of mason.nvim…
-
I have an issue where macOS gives this error message "Python quit unexpectedly" on every time when I try to terminate, exit or reach the end of the program that I'm debugging. Apart from that the debu…
-
Whenever I write an oil buffer on Windows with this plugin active, I get this error message:
```
Error detected while processing BufWriteCmd Autocommands for "oil://*":
Error executing lua callback…