Skip to content
#

vim-plugin

Here are 1,324 public repositories matching this topic...

bombela
bombela commented Apr 30, 2020

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

bug
ACGarland
ACGarland commented Feb 12, 2019

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

wincent
wincent commented Aug 22, 2019
  • 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?
bug
maharvey
maharvey commented Mar 6, 2020

Expected behavior

Disable an annoying clang-tidy warning on linux

Steps to reproduce

  1. Create a source file containing strncpy()
  2. Observe that neomake complains
  3. 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

shawnyeager
shawnyeager commented Jul 30, 2018

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

Improve this page

Add a description, image, and links to the vim-plugin topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.