-
* Modify INCLUDEPATH or similar
* Fix autocomplete
* Add go-to-definition/declaration
* Add find-references
* Add CXXFLAGS in a project-customizable manner
* Edit clang-tidy checks in a project-c…
-
So I am running `tmux next-3.3`. I type `ctrl + b [` to enter copy mode. However I am not sure how to use the VIM key bindings.
Am i using the wrong version of tmux or is there something wrong wit…
-
When building projects with :make, I can set an option so the current buffer is saved automatically before executing the command. Could something similar be added to vim-crystal so my workflow goes fr…
-
As I can see, there is no completion for filenames when a new file is opened. I don't mean completion in the buffer, but when the command
:e myfile
is executed. I also don't see an history …
-
**Describe the feature**
A shared/standardized set of key binding for common commands/operation of different language major mode (e.g. `jump-to-definition`, `jump-back`, `compile`, `run`, `evaluate`)…
-
**Describe the feature**
- If the feature involves new plugins, include links to them
NO
- If the feature involves replacement of current functionality, how the new
functionality is better?
No …
-
**Describe the bug**
![image](https://user-images.githubusercontent.com/13649815/76429310-c5a70600-63a6-11ea-9809-a3958b355181.png)
On load of VSCode I get this error as soon as I enter insert m…
-
Because I can't copy issues with little effort.
Because the issue tracker is a mess of duplicates, possibly handled issues, and issues unrelated to the plugin (such as people not understanding basi…
-
Hi,
Please, don't override the default search function because the one introduced by tridactyl is just terrible. Thanks!
ghost updated
3 years ago
-
Hello, with my current config, when I press enter here:
```
{|}
```
this is the result:
```
{
|}
```
instead of this:
```
{
|
}
```
I am using the new lsp of neovim and the problem …