Tuesday, November 12, 2013

Snimate don't work

Hi,

I try to install snipmate but nothing seems to work. I copy the snipmate source file on my bundle folder (I work with pathogen plugin).

I add
filetype plugin on
on my _vimrc

I make the following test
Create a js file
Tap the word for
Hit tab
Actualy make a tab (no autocomplete :( )
The test fail

Maybe pathogen didn't want to add snipmate. So I add the following line to my _vimrc

source [pathIsToLong]\bundle\snipmate\after\plugin\snipMate.vim

And the test fail again.

I'm on gvim 7.3, windows 7 32bits.

Thank for the help
Here my _vimrc file.

" Pathogen pour la gestion en module [bundle]
execute pathogen#infect()

" Ajuste le visuel
set guioptions-=m " remove menu bar
set guioptions-=T " remove toolbar
set guioptions-=r " remove right-hand scroll bar
set guioptions+=LlRrb " remove left-hand scroll bar
set guioptions-=LlRrb " remove left-hand scroll bar
colorscheme custom " Color scheme

" Fix update time [css-color]
let g:cssColorVimDoNotMessMyUpdatetime = 1

" Ctags extension [taglist]
let g:tagbar_ctags_bin = 'C:\Users\Luc Langis\Desktop\gvim\Vim\vim73\bundle\ctags\ctags.exe'

source C:\Users\Luc Langis\Desktop\gvim\Vim\vim73\bundle\snipmate\after\plugin\snipMate.vim

" Appel extension
nnoremap ,t :TagbarToggle<CR>
nnoremap ,n :NERDTree<CR>

" Navigation entre les fenetres ( CTRL+W + [h,j,k,l] --> CRTL+[h,j,k,l] )
nmap <C-j> <C-w>j
nmap <C-k> <C-w>k
nmap <C-h> <C-w>h
nmap <C-l> <C-w>l

" Encodage
set encoding=utf-8
set fileencoding=utf-8
filetype plugin on


"Backspace peut effacer
set backspace=eol,start,indent

" Recherche avec surlignement et prend mieux la case
set ignorecase
set smartcase
"set hlsearch
set incsearch

" Unix comme type
set ffs=unix,dos,mac

" Formatage
syntax on
set number
set smartindent
set tabstop=4
set shiftwidth=4







--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: