Re: Vim - syntax highlighting

2010-06-23 Thread Marius Gedminas
On Tue, Jun 22, 2010 at 01:27:57PM -0300, Francisco Diaz Trepat - gmail wrote: > I'm so sorry, thank you so much for your reply but I don't seem to > understand. > > Could you elaborate a bit more if is not a problem? No problem. > For what I understood of your comments is that, because of the d

Re: Vim - syntax highlighting (PARTIAL SUCCESS)

2010-06-22 Thread Francisco Diaz Trepat - gmail
Success Syntax highlighting works after mkdir ftdetect/ in .vim directory adding go.vim with au BufRead,BufNewFile *.go set filetype=go Thanks All, f(t) 2010/6/23 Francisco Diaz Trepat - gmail > > Are you sure you're not using the "vi" shortcut from busybox? > > I type vim, or some times th

Re: Vim - syntax highlighting

2010-06-22 Thread Francisco Diaz Trepat - gmail
> Are you sure you're not using the "vi" shortcut from busybox? I type vim, or some times the App-Shortcut/link/whatever that is was placed in my applications panel with the Vim logo, after installing vim from the appmanager. > Are you trying to run /usr/bin/vim directly? Try typing just "vi" (n

Re: Vim - syntax highlighting

2010-06-22 Thread Cláudio Sampaio
On Mon, Jun 21, 2010 at 11:45 PM, Francisco Diaz Trepat - gmail < francisco.diaztre...@gmail.com> wrote: > Definitely there is something wrong with my installation. > > even if I set background=dark from the command > > :set background=dark > :set bg=dark > :set bg "dark" > > it doesn't do anythin

Re: Vim - syntax highlighting

2010-06-22 Thread Francisco Diaz Trepat - gmail
I'm so sorry, thank you so much for your reply but I don't seem to understand. Could you elaborate a bit more if is not a problem? For what I understood of your comments is that, because of the default white background in the N900's terminal, the set bg should be light, instead of dark. Being th

Re: Vim - syntax highlighting

2010-06-22 Thread Marius Gedminas
On Mon, Jun 21, 2010 at 02:47:02AM -0300, Francisco Diaz Trepat - gmail wrote: > Do you kept your screen with the white backgound? Yes. > because I find that a lot of the highlighting done by Vim (awesome by > the way) is very light. set background=light > Colors like yellow and light blue, or

Re: Vim - syntax highlighting

2010-06-21 Thread Francisco Diaz Trepat - gmail
Could it be that I don't an Environment-Variable or something like that? f(t) On Mon, Jun 21, 2010 at 11:45 PM, Francisco Diaz Trepat - gmail < francisco.diaztre...@gmail.com> wrote: > Definitely there is something wrong with my installation. > > even if I set background=dark from the command >

Re: Vim - syntax highlighting

2010-06-21 Thread Francisco Diaz Trepat - gmail
Definitely there is something wrong with my installation. even if I set background=dark from the command :set background=dark :set bg=dark :set bg "dark" it doesn't do anything. What can I do? I'm sure I have something missing or wrong. 2010/6/21 Francisco Diaz Trepat - gmail > " Haven't yo

Re: Vim - syntax highlighting

2010-06-21 Thread Cláudio Sampaio
2010/6/21 Francisco Diaz Trepat - gmail > Hi Claudio, > > my .vimrc file is this > --- > syntax on > set background=dark > -- > > something wrong? > No, seems OK to me. Can't understand why it's not working. Haven't

Re: Vim - syntax highlighting

2010-06-21 Thread Francisco Diaz Trepat - gmail
Hi Claudio, my .vimrc file is this --- syntax on set background=dark -- something wrong? first I wrote [background=dark] then when I restarted it told me it didn't know what [background] was. And I put the [set] keyw

Re: Vim - syntax highlighting

2010-06-21 Thread Francisco Diaz Trepat - gmail
Thanks Christian, I'll try that up. I already downloaded the pdf book from Steve Oualline, vim.org is a huge site. regards, f(t) On 6/21/10, Christian Walther wrote: > Hi, > > 2010/6/21 Francisco Diaz Trepat - gmail : >> Do you kept your screen with the white backgound? >> >> because I find tha

Re: Vim - syntax highlighting

2010-06-21 Thread Cláudio Sampaio
2010/6/21 Francisco Diaz Trepat - gmail > Do you kept your screen with the white backgound? > > because I find that a lot of the highlighting done by Vim (awesome by > the way) is very light. > > Colors like yellow and light blue, or lime, etc. Colors that seam to > expect a darker background. >

Re: Vim - syntax highlighting

2010-06-21 Thread Christian Walther
Hi, 2010/6/21 Francisco Diaz Trepat - gmail : > Do you kept your screen with the white backgound? > > because I find that a lot of the highlighting done by Vim (awesome by > the way) is very light. > > Colors like yellow and light blue, or lime, etc. Colors that seam to > expect a darker backgroun

Re: Vim - syntax highlighting

2010-06-20 Thread Francisco Diaz Trepat - gmail
Do you kept your screen with the white backgound? because I find that a lot of the highlighting done by Vim (awesome by the way) is very light. Colors like yellow and light blue, or lime, etc. Colors that seam to expect a darker background. May be gray? f(t)

Re: Vim - syntax highlighting

2010-06-17 Thread Cláudio Sampaio
2010/6/18 Francisco Diaz Trepat - gmail > Thanks Claudio. > > Will this help me to auto detect .go files and highlight them? > > I am not that familiar with vim. Would you recommend more cool configs? > Actually, not. The thing that would enable automatic syntax highlighting would be that. Edit

Re: Vim - syntax highlighting

2010-06-17 Thread Francisco Diaz Trepat - gmail
Thanks Claudio. Will this help me to auto detect .go files and highlight them? I am not that familiar with vim. Would you recommend more cool configs? f(t) PS: 3AM here. sad... :-) On 6/18/10, Cláudio Sampaio wrote: > 2010/6/18 Francisco Diaz Trepat - gmail > >> I have installed vim from the

Re: Vim - syntax highlighting

2010-06-17 Thread Cláudio Sampaio
2010/6/18 Francisco Diaz Trepat - gmail > I have installed vim from the app-manager. > > I have only one alternative: > sudo update-alternatives --config vi > There is only 1 program which provides vi > (/bin/busybox). Nothing to configure. > Yes, as I said, I had to configure it manually: upd

Re: Vim - syntax highlighting

2010-06-17 Thread Francisco Diaz Trepat - gmail
I have installed vim from the app-manager. I have only one alternative: sudo update-alternatives --config vi There is only 1 program which provides vi (/bin/busybox). Nothing to configure. ok? next. I open vi from a nice app link. finally source command works, but I have to do it every time pl

Re: Vim - syntax highlighting

2010-06-17 Thread Cláudio Sampaio
On Thu, Jun 17, 2010 at 1:16 PM, Francisco Diaz Trepat - gmail < francisco.diaztre...@gmail.com> wrote: > Hi, I am trying to work with some syntax highlighting but cannot make it > work. > > I created the .vim directory but I feel I am in the wrong track. > > > Any body made it work? > > Any other

Re: Vim - syntax highlighting

2010-06-17 Thread Francisco Diaz Trepat - gmail
you voted twice!!! Now I must check it up!!! :-) f(t) On Thu, Jun 17, 2010 at 4:53 PM, David Potocnik wrote: > +1 for joe! > > On 17 June 2010 21:49, Francisco Diaz Trepat - gmail < > francisco.diaztre...@gmail.com> wrote: > >> yes >> >> On Thu, Jun 17, 2010 at 3:04 PM, Kevin Kempter < >> kev.

Re: Vim - syntax highlighting

2010-06-17 Thread David Potocnik
+1 for joe! On 17 June 2010 21:49, Francisco Diaz Trepat - gmail < francisco.diaztre...@gmail.com> wrote: > yes > > On Thu, Jun 17, 2010 at 3:04 PM, Kevin Kempter > wrote: > >> On Thursday 17 June 2010 10:16, Francisco Diaz Trepat - gmail wrote: >> > Hi, I am trying to work with some syntax high

Re: Vim - syntax highlighting

2010-06-17 Thread Marius Gedminas
On Thu, Jun 17, 2010 at 01:16:08PM -0300, Francisco Diaz Trepat - gmail wrote: > Hi, I am trying to work with some syntax highlighting but cannot make it > work. > > I created the .vim directory but I feel I am in the wrong track. Put syntax on into ~/.vimrc > Any body made it work? Yes. >

Re: Vim - syntax highlighting

2010-06-17 Thread Francisco Diaz Trepat - gmail
yes On Thu, Jun 17, 2010 at 3:04 PM, Kevin Kempter wrote: > On Thursday 17 June 2010 10:16, Francisco Diaz Trepat - gmail wrote: > > Hi, I am trying to work with some syntax highlighting but cannot make it > > work. > > > > I created the .vim directory but I feel I am in the wrong track. > > > >

Re: Vim - syntax highlighting

2010-06-17 Thread Klaus Rotter
Am 17.06.2010 18:16, schrieb Francisco Diaz Trepat - gmail: Hi, I am trying to work with some syntax highlighting but cannot make it work. I created the .vim directory but I feel I am in the wrong track. Any body made it work? Any other suggestion to get an IDE like or IDE to program with?

Vim - syntax highlighting

2010-06-17 Thread Francisco Diaz Trepat - gmail
Hi, I am trying to work with some syntax highlighting but cannot make it work. I created the .vim directory but I feel I am in the wrong track. Any body made it work? Any other suggestion to get an IDE like or IDE to program with? thanks, f(t) ___ ma