Skip to content
#

vim-plugins

Here are 390 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
guyzmo
guyzmo commented Mar 29, 2019

When I enable folds with foldmethod=syntax, all the methods are being fold strictly over the method:

def foo
  puts "foo"
end

def bar
  puts "bar"
end

def foobar
  puts "foobar"
end

becomes:

+---  3 lines: def foo····································

+---  3 lines: def bar····································

+---  3 lines: def foobar······················
hovissimo
hovissimo commented Dec 16, 2019

I'm trying to configure gutentags for a project with both Ruby and Javascript ES6+ source and I'm can't make it work. I don't think there's an actual bug, but the documentation for g:gutentags_project_info isn't making sense to me and I think this is where my problem is.

Scenario:
I'm using exuberant ctags on Ubuntu.
I'm trying to use this setup to generate tags for the JS files: https://git

timonson
timonson commented Dec 21, 2019

The function tsuquyomi#hint() doesn't seem to be able to return inferred return types in some cases.
In the following example instead of function add(a: number): number | void it returns function add(a: number): number.

function add(a: number) {
  if (a > 10) return a + 10
}
add(10)
iKarith
iKarith commented Sep 7, 2019

I used to use vim-plug whose documentation included an if statement you could use to drop a vimrc/init.vim on a new system and the first time you started vim, it'd install all your plugins for you. Useful if you are constantly blowing away the contents of a machine and want to easily deploy a functional environment to it.

Unfortunately minpac doesn't have such a simple single-file you can downl

fireproofsocks
fireproofsocks commented Apr 20, 2020

This looks like it might be a very thorough package, but without any documentation, it's not immediately clear what this thing does or how to install it, or more importantly, whether it's even something relevant or useful.

For instance, why is this "plugin" so large? Does it contain the Vim source code? Which languages are supported?

Without some documentation, these are all mysteries and

Improve this page

Add a description, image, and links to the vim-plugins 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-plugins topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.