Commit Graph

  • 25284ff24e adjusted the if/ifelse snippets to follow the same standard as the other commands Julio Biason 2015-01-06 13:06:35 -0200
  • 532d7529dd snippet for xml files, with autoclosing Julio Biason 2015-01-06 13:06:01 -0200
  • cc1851cac2 switched some plugins around Julio Biason 2015-01-06 13:05:23 -0200
  • d894b0007f syntastic configs Julio Biason 2014-09-05 08:29:37 -0300
  • 5fe99476f8 disabled ctrlpfunky, as I wasnt using it anyway Julio Biason 2014-09-05 08:29:31 -0300
  • 1463396fa6 moved the wildignore to its proper place, as it affects more than just ctrlp Julio Biason 2014-09-05 08:29:08 -0300
  • 5556938d8c disabled html-autoclosetag because it was fucking the html, didnt work most of the time and, most of the time, when it worked, it would close the wrong tag Julio Biason 2014-09-05 08:28:21 -0300
  • 7bce6e66d4 changed the static snippet to use double quotes like every other command Julio Biason 2014-09-05 08:27:17 -0300
  • fd7141e522 giving nerdtree another chance Julio Biason 2014-08-19 15:06:44 -0300
  • cc872be440 removed a bunch of plugins by using the magical polyglot plugin Julio Biason 2014-08-19 15:06:35 -0300
  • d7f8774b0b added snippet for else (since we already have if/endif) Julio Biason 2014-08-19 15:02:43 -0300
  • 10eb5c99c4 added the comment tag, for django Julio Biason 2014-08-11 13:32:47 -0300
  • ed9ecbf4d1 added a bunch of default snippets, to save time Julio Biason 2014-08-11 13:32:33 -0300
  • a0cf5ffa6c all this time, the bundle name was wrong Julio Biason 2014-08-11 13:32:19 -0300
  • 79552ddcc8 changed the synstastic error display, as it looks weird in its default Julio Biason 2014-08-11 13:31:58 -0300
  • 5608fd6428 added support for local configuration Julio Biason 2014-08-11 13:31:31 -0300
  • 82cfc338ff readding nerdtree, just because; removed CSApprox because it is consistently fucking the terminal; added auto-pairs to get pair completion Julio Biason 2014-08-06 13:18:16 -0300
  • b983da35fb added the config generated by vim-bootstrap, with changes Julio Biason 2014-08-06 12:48:09 -0300
  • 5e63aa78db added new snippets Julio Biason 2014-08-06 12:47:42 -0300
  • f95f611188 added more asserts to the list Julio Biason 2014-08-04 09:19:16 -0300
  • 789cf69bd2 added the ubuntu mono font Julio Biason 2014-08-04 09:18:35 -0300
  • 7ecb2216a9 more django things (and a bit of "visual" use) Julio Biason 2014-08-01 10:39:00 -0300
  • 6ddf00f711 added a snippet to tell django/nose to not cover a function Julio Biason 2014-08-01 10:38:01 -0300
  • 6e639260fc django static command Julio Biason 2014-07-31 08:43:10 -0300
  • d80bda975b added names for the assertEqual snippet, as it was hard to see what was going on Julio Biason 2014-07-31 08:42:49 -0300
  • 64048ff856 new font and new color for gvim Julio Biason 2014-07-31 08:42:26 -0300
  • c464be3171 added rust support Julio Biason 2014-07-30 23:10:34 -0300
  • 1ad73485d0 snippets for jinja/django templates Julio Biason 2014-07-25 15:47:01 -0300
  • f9528c99e6 more python snippets Julio Biason 2014-07-25 15:46:43 -0300
  • 70f7e69569 more python snippets Julio Biason 2014-07-24 09:11:43 -0300
  • 281787969c added import snippet Julio Biason 2014-07-23 09:40:37 -0300
  • 620f560430 make ultisnips work just like snipmate Julio Biason 2014-07-23 09:40:32 -0300
  • dba1cc02da changed from snipmate to UltiSnips Julio Biason 2014-07-23 09:18:49 -0300
  • 7925bec3f5 Merge branch 'master' of https://bitbucket.org/juliobiason/vim-configs Julio Biason 2014-07-23 08:33:57 -0300
  • 0e452d4bc3 disable jedi showing the function signature over code Julio Biason 2014-07-23 08:33:52 -0300
  • 08af80b9ae merge conflict Julio Biason 2014-07-23 06:22:33 -0300
  • d8f8ee3703 added new colorscheme Julio Biason 2014-07-23 06:19:51 -0300
  • 35a1fad4c6 increased the font size Julio Biason 2014-07-23 06:19:41 -0300
  • cc9edd7f9d disable jedi preview split Julio Biason 2014-07-22 14:35:16 -0300
  • 549b72d05e updated the settings to the latest version of vundle Julio Biason 2014-07-21 10:11:01 -0300
  • 67ed692c8e added javascript improved syntax Julio Biason 2014-07-04 15:25:41 -0300
  • 52558b83e9 trying a different python indentation Julio Biason 2014-07-02 09:10:19 -0300
  • d1a2a24cb2 major update: removed the check for autocmd (cause fuck not having it), removed vim-mode and used python syntax and vim-jedi instead; removed a bunch of commented code Julio Biason 2014-06-22 08:15:43 -0300
  • f439ccd2ca pinpoint support Julio Biason 2014-06-22 07:53:20 -0300
  • 58233d9a34 json support Julio Biason 2014-05-16 15:49:25 -0300
  • d5674e5a1d using airline for the tabbar Julio Biason 2014-04-24 14:13:20 -0300
  • 56875d4db8 disable syntastic, as vim-python-mode does everything; ignore python setup.py files Julio Biason 2014-04-10 18:23:10 -0300
  • 615c1be46c Merge branch 'master' of bitbucket.org:juliobiason/vim-configs Julio Biason 2014-01-27 15:03:52 -0200
  • 089cc32021 renable python-mode; changed fold level to actually open with folds open; some other tries around Julio Biason 2014-01-27 15:03:31 -0200
  • bf88629c48 add a highlight to the break column in python files Julio Biason 2014-01-09 09:37:37 -0200
  • 6206d056c2 added some files to be ignored Julio Biason 2013-11-26 10:36:44 -0200
  • b203d38113 trying the new snipmate fork Julio Biason 2013-11-26 10:36:27 -0200
  • 336febf311 removed flake8 because syntastic does everything Julio Biason 2013-11-26 10:36:10 -0200
  • 74fe4fe02a moved the autocommands to the autocommand block Julio Biason 2013-11-26 10:35:35 -0200
  • b894fccdd7 removed commented line to avoid confusion Julio Biason 2013-11-26 10:35:08 -0200
  • f5f5cec776 set -> setlocal Julio Biason 2013-11-26 10:34:36 -0200
  • 08dfbea423 moved autocmds to the autocmd check Julio Biason 2013-11-11 12:35:41 -0200
  • df88d34d13 jinja uses the same stuff as htmldjango Julio Biason 2013-11-11 12:35:27 -0200
  • fce3d8031d mustang is now global colorscheme Julio Biason 2013-10-08 14:44:02 -0300
  • fc1daaca0a Merge branch 'master' of bitbucket.org:juliobiason/vim-configs Julio Biason 2013-10-07 17:14:58 -0300
  • b9ce2a8019 added monofur fonts, patched for powerline Julio Biason 2013-10-07 17:14:42 -0300
  • 33151c4755 removed busybee as its not default Julio Biason 2013-10-07 17:14:33 -0300
  • c02846a1e7 extends Julio Biason 2013-10-07 13:47:38 -0300
  • 0817bb5546 general disable lint things Julio Biason 2013-10-04 11:09:59 -0300
  • b2464433d5 disable, not disabled Julio Biason 2013-10-04 11:09:46 -0300
  • 3109b4bb60 new snippets Julio Biason 2013-10-02 14:33:49 -0300
  • f14c9ee1c1 using CtrlPFunky for function search Julio Biason 2013-09-30 10:25:27 -0300
  • f130c44ff7 some more documentation Julio Biason 2013-09-04 09:55:07 -0300
  • 5552412eca switched powerline to airline Julio Biason 2013-09-02 09:28:24 -0300
  • 3c2e5fbaad pylint disable for mongoengine objects Julio Biason 2013-09-02 09:28:06 -0300
  • 89c5a710d3 bunch more bundles Julio Biason 2013-08-16 11:12:24 -0300
  • 4cc3666ec8 renamed cause we are using the bundle now Julio Biason 2013-08-16 11:12:17 -0300
  • 322667f1c6 latest changes Julio Biason 2013-08-05 09:27:54 -0300
  • a67950cfdd add some empty lines after the header Julio Biason 2013-06-11 14:53:36 -0300
  • 943da748e8 more htmldjango/jinja snippets (import and the vim modeline) Julio Biason 2013-06-10 13:56:16 -0300
  • e8afeacba1 just mark the end of the macro with a proper name Julio Biason 2013-05-31 16:31:43 -0300
  • b303b24408 reduced one line to try to fix a problem with the window getting nowhere near the specified size Julio Biason 2013-05-31 16:31:25 -0300
  • b3bf3e0d6b snipmate snippets Julio Biason 2013-05-31 15:17:15 -0300
  • 86b046cf49 some tweaks for linux terminals Julio Biason 2013-05-31 10:02:43 -0300
  • 777af77e4f templates now need some formatting too; more bundles and less bundles Julio Biason 2013-05-23 11:30:12 -0300
  • 39cd31f30b removed dull color Julio Biason 2013-05-23 11:29:14 -0300
  • 3445e1fdc5 more colors Julio Biason 2013-04-15 09:22:03 -0300
  • b6bc33f70a tab jumping now works on both mac and other systems; added some more options for rst and some more plugins Julio Biason 2013-04-15 09:21:44 -0300
  • d50d0440b1 some better looking options Julio Biason 2013-04-15 09:17:22 -0300
  • e94dd269a8 i can't generate the fancy symbols fonts here, so it's off; python files have a 'remove spaces in empty lines' prewrite command Julio Biason 2013-01-21 17:50:33 -0200
  • ea6ccca3e0 new terminal, new size; highlight the cursor line since mustang have better colors for this; added a colorcolumn to highlight the Python margin Julio Biason 2013-01-21 17:49:47 -0200
  • 7ebbe48bb1 everything in a nice package Julio Biason 2012-04-12 19:16:37 -0300