-
Updated
May 21, 2020 - Vim script
vim-plugin
Here are 1,324 public repositories matching this topic...
-
Updated
May 21, 2020 - TypeScript
-
Updated
May 2, 2020 - Vim script
-
Updated
May 22, 2020 - C
This is what happens when I press shortcut to jump by word. Letters are highlighted but they are not changed to the shortcut I should press for jump.
They are just original letters but changed to red.
-
Updated
May 18, 2020 - Vim script
I often link to related folders on my system which contain a number of files related to the topic.
For example:
[[local:files/schematics|Schematics]]
where .../vimwiki/files/schematics is a folder on my system.
The link checking complains that the above link doesn't point to a valid file. While this is strictly true, why aren't links to folders OK? Clicking on the link opens Finder (und
I recently downloaded and installed nerdcommenter using Pathogen. I noticed that the README was missing the step to build the documentation before it can be used with :help nerdcommenter in vim.
-
Updated
Apr 18, 2020 - Vim script
- Did you upgrade to latest plugin version? Yes, running 12e65e7ce62ad769bd01a67063e82e4c01a839d6 (lattest commit on "next" branch).
- Did you upgrade to/compile latest binary? Run shell command
bin/languageclient --version
to get its version number:languageclient 0.1.147 e4478a4789805c66ce24ae786677ae557cd411da
- (Neovim users only) Did you check output of
:checkhealth LanguageClient
?
Highlight empty lines are maybe a greatly desired option.
In neovim, you can highlight empty lines by using nvim_buf_set_virtual_text, can't you?
Tim Pope's vim-surround defines mapping ys{motion}l
in normal mode and Sl
in visual mode to surround a motion with an LaTeX environment. It might be nice to mention this somewhere in the documentation?
Thanks for this great plugin! :)
Expected behavior
Disable an annoying clang-tidy warning on linux
Steps to reproduce
- Create a source file containing strncpy()
- Observe that neomake complains
- There is no way to disable this warning globally
In this case I would need to pass --checks=-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling to clang-tidy
Adding this as args for the c ma
-
Updated
Apr 19, 2020 - Vim script
-
Updated
Dec 8, 2019 - Vim script
-
Updated
May 22, 2020 - Vim script
Is it possible to provide some descriptions in the documentation about some of the global variables (such as g:asyncrun_silent)? It looks like there are quite a few of said variables, and only two appear in the documentation.
Personally, I'm very interested in what variables are available and how they are intended to be used.
-
Updated
May 16, 2020 - Vim script
-
Updated
Nov 26, 2019 - Vim script
There's an extension to add a table-mode indicator to a vim-airline statusline: https://github.com/retorillo/airline-tablemode.vim
Maybe you want to promote it in the README? If not, hopefully this issue will point people in the right direction.
I am interested in potentially writing a new completor for JS using Flow. However as it stands the current docs are empty for Write a new completer
. Is there at least a gist or a recommended place to start looking into this?
After upgrading, I'm now seeing the following warnings on launch of NVIM:
`tcomment: tcommentMapLeaderOp1 is deprecated; please use g:tcomment_opleader1 instead; your setting might be ignored
tcomment: tcommentMapLeader1 is deprecated; please use g:tcomment_mapleader1 instead; your setting might be ignored
tcomment: tcommentMapLeader2 is deprecated; please use g:tcomment_mapleader2 instead; y
-
Updated
Dec 13, 2019 - Vim script
-
Updated
May 15, 2020 - Vim script
Improve this page
Add a description, image, and links to the vim-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vim-plugin topic, visit your repo's landing page and select "manage topics."
Information
VIM version
NVIM v0.4.3
Build type: RelWithDebInfo
Operating System: Ubuntu 18.04.4 LTS
ALE version:
commit 36e5337e30095afb10d02ef2ae362c8d6055e70d
Author: Horacio Sanson hsanson@gmail.com
Date: Tue Apr 21 13:36:57 2020 +0900
What went wrong
When I enabled virtualtext cursor in my init.vim configuration (let g:ale_virtualtext_cursor = 1). For some