-
**Describe the bug**
I have a composer based project that has a layout like this:
/
|
| composer.json
|
| vendor/
| |
| ...
|
|-plugins/
| |
|…
-
I use pathogen to manage my vim plugins. I put your plugin in a bundle-directory and started vim. But it doesn't get loaded on startup. Would you happen to know how to handle this?
-
As an example, in the setup below, I have a couple of buffers opened: `init.vim`, `mappings.lua` (in the second tab), `plugins_portable.lua`, and `plugins_complete.lua` (in the first tab). `init.vim` …
-
`vim-wordy` is installed with Home Manager on NixOS. When I try to run `:Wordy weak`, I get error:
```
Error detected while processing function wordy#init:
line 31:
E482: Can't open file /nix/st…
-
In my previous installation I had the session-vim plugin working. It is not running.
At present my plugins--there are only five--were manually installed. Somewhere along the line someone suggested…
-
### Description
When you use `path_display = { "smart" }` for any picker, specially grep, it is not possible to filter the results using the path. Other methods (truncate, absolute, etc) seem to work…
-
Hi, whenever I'm opening Vim I'm getting an error related to `GoldenView`.
```
Error detected while processing function GoldenView#EnableAutoResize..GoldenView#Init:
line 5:
E806: using Float as a…
-
### Description
The cursor position is off by 1 character after calling `actions.close()` https://github.com/nvim-telescope/telescope.nvim/blob/87e92ea31b2b61d45ad044cf7b2d9b66dad2a618/lua/telescop…
-
I'm running Neovim and everytime I load vim-pandoc-syntax I get the error
```
line 693:
E421: Color name or number not recognized: ctermfg=#ffa0a0
```
This looks identical to the issue in [her…
-
Hello,
I found no way to get shareboard.vim running. I always face the issue shown in title. Here is what I tried:
- change bash with ``set shell=/bin/sh"
- remove all plugins to check any bad intera…