All Projects → karlosgliberal → Vimmyconf

karlosgliberal / Vimmyconf

Mi configuración de vim con pathogen

Labels

Projects that are alternatives of or similar to Vimmyconf

Devlindo.vim
Ultimate productivity boost for Vim.
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Php.vim Html Enhanced
combination of the php indent file and the html indent file
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Darkspectrum
a gvim color scheme based on the oblivion color scheme for gedit
Stars: ✭ 11 (-8.33%)
Mutual labels:  viml
Zdict.vim
A vim plugin integrate with zdict - the last online dictionary framework you need.
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Haskomplete.vim
A vim ftplugin for magical contextual haskell code completions
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Vim Tsv
Tab Separated Value niceties for Vim
Stars: ✭ 11 (-8.33%)
Mutual labels:  viml
Reading Vimrc
vimrc読書会資料集
Stars: ✭ 9 (-25%)
Mutual labels:  viml
...
dotfiles
Stars: ✭ 12 (+0%)
Mutual labels:  viml
Vimrc
My personal vim config. Now with organisation! :-)
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Specky
Functions to help make behavioral testing easy with ruby and rspec.
Stars: ✭ 11 (-8.33%)
Mutual labels:  viml
Molokai Terminal
A molokai-like theme for 16-color terminals and a 256-color theme for vim.
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Vim Textobj Rubysymbol
Text object for manipulation of ruby symbol variables
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Speech
Speech to text and text to speech via google speech api
Stars: ✭ 11 (-8.33%)
Mutual labels:  viml
Cu.vim
vim plugin for conversion camelCase and underscoreCase
Stars: ✭ 10 (-16.67%)
Mutual labels:  viml
Vim Css To Inline
Transforms plain css into JSX inline styles
Stars: ✭ 12 (+0%)
Mutual labels:  viml
Puppet Multipuppetmaster
A setup for multiple puppetmaster and one puppeteer who manges them
Stars: ✭ 9 (-25%)
Mutual labels:  viml
Vimux Ipy
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Stars: ✭ 11 (-8.33%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 12 (+0%)
Mutual labels:  viml
Ezjail Flavours
FreeBSD ezjail flavours
Stars: ✭ 12 (+0%)
Mutual labels:  viml
Peg.vim
PEG Syntax for Vim
Stars: ✭ 11 (-8.33%)
Mutual labels:  viml

VimMyConf

Mi configuración de vim, esta gestionada con el plugin pathogen pathogen

El compañero carlop me ha servido de inspiración

Installation

  1. Clone repo

     git clone [email protected]:karlosgliberal/VimMyConf.git ~/.vim
    
  2. Create symlinks

     ln -s ~/.vim/vimrc ~/.vimrc
    
  3. Fetch submodules

     cd ~/.vim
     git submodule init
     git submodule update
    

TODO

El plugin snipmate.vim lo añado a bundles desde un fork propio y asi incluyo un php.snippets modificado con las golosinas de drupal Supuestamente se tendria que poder hacer sin este apaño, pero se tiene que cambiar el filetype a tipo "drupal" y no me gusta. Mientras que descubro como se usar filetype-overrule se queda así

Plugins

  • nerdtree => Gestor de directorios
  • snipmate => Atajos tipo texmate
  • sokoban.vim => Juego sokoban
  • supertab => Para acceder a la funcion autocompletado con el tabulador igual que los snipet
  • tcomment_vim => Comentarios en el codigo
  • vim-coffee-script => Coffescript
  • vim-colors-solarized
  • vim-fugitive => Gestión de git para vim (BRUATL)
  • vim-jade => Sistema de plantillas de expressjs
  • vim-jquery => Integración con jquery
  • vim-markdown
  • vim-stylus => Css diyievolucionado tipos sass o less (node.js)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].