You are not logged in.

#1 2006-04-03 16:58:14

EAD
Member
Registered: 2006-03-11
Posts: 255

Vim package addon

Hii, why isn't there a package in the AUR or something with many usfull plugins for vim?
I know there is one for Xemacs, so why did'nt any one make one with many nice and good plugins for VIM  :?:

Offline

#2 2006-04-03 18:12:54

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

Because plugins are subjective.  No onw made a package for firefox plugins either - vim plugins are easilly installable from ww.vim.org, by saving them in ~/.vim/plugins/

Offline

#3 2006-04-03 18:22:34

EAD
Member
Registered: 2006-03-11
Posts: 255

Re: Vim package addon

Yes I know they are easy to install, I just thought it will be nice to have some good set of plugins for everyday use.
Like the top 10-20 of the plugins

Offline

#4 2006-04-03 18:50:47

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Vim package addon

EAD, sounds like a good project for your own first package!  big_smile  You've found something you think people might like, that doesn't exist yet - give it a shot. wink

Offline

#5 2006-04-03 18:57:12

EAD
Member
Registered: 2006-03-11
Posts: 255

Re: Vim package addon

Cerebral wrote:

EAD, sounds like a good project for your own first package!  big_smile  You've found something you think people might like, that doesn't exist yet - give it a shot. wink

Amm the problem I have some work for my study right now, but maybe I will try it wink

Offline

#6 2006-04-03 19:31:54

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: Vim package addon

EAD wrote:

Yes I know they are easy to install, I just thought it will be nice to have some good set of plugins for everyday use.
Like the top 10-20 of the plugins

Still may not be that easy, as I reckon it largely depends on which programming language(s) you're using.

Offline

#7 2006-04-04 05:41:35

EAD
Member
Registered: 2006-03-11
Posts: 255

Re: Vim package addon

arooaroo wrote:
EAD wrote:

Yes I know they are easy to install, I just thought it will be nice to have some good set of plugins for everyday use.
Like the top 10-20 of the plugins

Still may not be that easy, as I reckon it largely depends on which programming language(s) you're using.

amm
C/C++ and JAVA and SCHEME ans C# and so on
Why should it be a problem?

Offline

#8 2006-04-04 09:02:48

arooaroo
Member
From: London, UK
Registered: 2005-01-13
Posts: 1,268
Website

Re: Vim package addon

EAD wrote:
arooaroo wrote:
EAD wrote:

Yes I know they are easy to install, I just thought it will be nice to have some good set of plugins for everyday use.
Like the top 10-20 of the plugins

Still may not be that easy, as I reckon it largely depends on which programming language(s) you're using.

amm
C/C++ and JAVA and SCHEME ans C# and so on
Why should it be a problem?

Ok, but say I mainly program in Java and Python. My plugins are going to be different to those that a C/C++ programmer may use. So let's say we pick (an arbitary) top 5 languages, and package a load of plugins for them. Then brace yourself for the "this package doesn't contain plugins for language no 6/7/8/..." or whatever.

Don't get me wrong, it's not that I don't like the idea of downloading a bunch of plugins via pacman, I'm just thinking that it's possibly not the most practical method.

Offline

#9 2006-04-06 22:28:45

lang2
Member
Registered: 2006-02-10
Posts: 386

Re: Vim package addon

The things is: your top ten list might not be somebody else's. Ppl use it for
different purpose.

Offline

#10 2006-04-06 22:56:08

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Vim package addon

lang2, we know, but we are pretty safe in picking a top 10 languages that will cover a majority of users. There's always going to be users who use others, but they can help themselves smile

James

Offline

#11 2006-04-06 23:42:48

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

The only one I would back as a packagable plugin is taglist.  Taglist is sweet.

Offline

#12 2006-04-07 01:29:11

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: Vim package addon

I like minibuflist or whatever it's called.

Offline

#13 2006-04-07 13:03:07

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: Vim package addon

aye, ill double on minibuflist too. also what could be a good inclusion is the collection of colour themes. hicurline is pretty useful sometimes too.

James

Offline

#14 2006-04-07 16:34:25

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

iphitus wrote:

aye, ill double on minibuflist too. also what could be a good inclusion is the collection of colour themes. hicurline is pretty useful sometimes too.

James

Bah, use vim7, :set cursorline

Minibufexpl has alot of issues, for instance, :bwipe -ing a buffer has the potential to kill syntax highlighting.  I use BufExplorer for that sort of stuff

Offline

#15 2006-04-07 19:52:27

EAD
Member
Registered: 2006-03-11
Posts: 255

Re: Vim package addon

so, will some one with good knowledge of VIM 7, will make us a package?
:?:

Offline

#16 2006-04-07 22:28:07

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: Vim package addon

pacman -S testing/gvim-devel

Phrakture's gotcha covered, EAD

Offline

#17 2006-04-09 00:26:12

neri
Forum Fellow
From: Victoria, Canada
Registered: 2003-05-04
Posts: 553

Re: Vim package addon

codemac wrote:
pacman -S testing/gvim-devel

Phrakture's gotcha covered, EAD

actually, it's in unstable, not in testing

   -neri

Offline

#18 2006-04-09 01:56:11

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: Vim package addon

:oops:

uhh...


>.<

Offline

#19 2006-04-10 06:07:03

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

neri wrote:
codemac wrote:
pacman -S testing/gvim-devel

Phrakture's gotcha covered, EAD

actually, it's in unstable, not in testing

   -neri

Yeah, and neri has you covered... I do a rare update here and there, but neri is more on the ball

Offline

#20 2006-04-12 06:13:52

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

I have added:

vim-bufexplorer
vim-colorsamplerpack
vim-minibufexpl
vim-taglist

to extra - enjoy.

Offline

#21 2006-04-12 06:21:43

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

Addition:

vim-matchit

Offline

#22 2006-04-12 10:48:39

Kindred
Member
From: Australia
Registered: 2006-03-25
Posts: 27

Re: Vim package addon

Nice idea, thanks.

(ctags should probably be a dep of taglist?)

Offline

#23 2006-04-12 14:14:05

lang2
Member
Registered: 2006-02-10
Posts: 386

Re: Vim package addon

Just some thoughts:

1. After the installation, ':helptags' command should be run to allow the help link to be added to the local-addition section
2. It would be better to install to /usr/share/vim/vimfiles directory instead of /usr/share/vim directory.


lang2

Offline

#24 2006-04-12 21:51:58

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Vim package addon

Kindred wrote:

(ctags should probably be a dep of taglist?)

Whoops, good catch.

lang2 wrote:

1. After the installation, ':helptags' command should be run to allow the help link to be added to the local-addition section

helptags is run on install/upgrade/removal

lang2 wrote:

2. It would be better to install to /usr/share/vim/vimfiles directory instead of /usr/share/vim directory.

As far as I know, the only difference is the order in which they are loaded - it might be more proper to place them in vimfiles... I'll think about it.

Offline

#25 2006-04-13 07:41:38

zbled
Member
Registered: 2004-01-25
Posts: 56

Re: Vim package addon

i prefere Tiny Buffer Explorer (tbe)... and is really noone using showmarks? or a "wiki" for vim (f.eg. potwiki)?

Offline

Board footer

Powered by FluxBB