Julio Biason
f90499b9cf
Turned my vim-configs into a dotfiles repo
8 years ago
Julio Biason
5eb50bc7cf
changed plugins
8 years ago
julio.biason
fe90830f60
Merge branch 'master' of https://bitbucket.org/juliobiason/vim-configs
...
Conflicts:
configs/vimrc
9 years ago
julio.biason
6938ddae5d
some new plugins, changed leader, nerdtree shortcuts
9 years ago
Julio Biason
d7e926672d
Enabled webdev plugins
9 years ago
Julio Biason
ee076650e0
use the trimming function only on buffer
...
this clears up a lot in the command line; which was getting dirty with
a lot of "X changes in X lines".
10 years ago
Julio Biason
419e14fef1
Trim tailing spaces is a function; list chars defined globally
...
The regexp used to removed the tailing spaces at the end of lines is now
a function, so it's easier to use it in autocommands.
Also, moved the list chars outside the C syntax auto-command, so we now
have a style that works globally. It's disabled globally too (nolist) so
each syntax can enable (or we can manually enable if needed).
10 years ago
Julio Biason
a731c14e48
A few more tweaks
...
Enabled the save undo feature, but now it's cluttering my filesystem
with *.un~ files (something I need to give a more deeper look now).
Moved the autocommand for styles to a single section, so now they are
all grouped in the same place.
10 years ago
Julio Biason
25284ff24e
adjusted the if/ifelse snippets to follow the same standard as the other commands
10 years ago
Julio Biason
532d7529dd
snippet for xml files, with autoclosing
10 years ago
Julio Biason
cc1851cac2
switched some plugins around
10 years ago
Julio Biason
d894b0007f
syntastic configs
10 years ago
Julio Biason
5fe99476f8
disabled ctrlpfunky, as I wasnt using it anyway
10 years ago
Julio Biason
1463396fa6
moved the wildignore to its proper place, as it affects more than just ctrlp
10 years ago
Julio Biason
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
10 years ago
Julio Biason
7bce6e66d4
changed the static snippet to use double quotes like every other command
10 years ago
Julio Biason
fd7141e522
giving nerdtree another chance
10 years ago
Julio Biason
cc872be440
removed a bunch of plugins by using the magical polyglot plugin
10 years ago
Julio Biason
d7f8774b0b
added snippet for else (since we already have if/endif)
10 years ago
Julio Biason
10eb5c99c4
added the comment tag, for django
10 years ago
Julio Biason
ed9ecbf4d1
added a bunch of default snippets, to save time
10 years ago
Julio Biason
a0cf5ffa6c
all this time, the bundle name was wrong
10 years ago
Julio Biason
79552ddcc8
changed the synstastic error display, as it looks weird in its default
10 years ago
Julio Biason
5608fd6428
added support for local configuration
10 years ago
Julio Biason
82cfc338ff
readding nerdtree, just because; removed CSApprox because it is consistently fucking the terminal; added auto-pairs to get pair completion
10 years ago
Julio Biason
b983da35fb
added the config generated by vim-bootstrap, with changes
10 years ago
Julio Biason
5e63aa78db
added new snippets
10 years ago
Julio Biason
f95f611188
added more asserts to the list
10 years ago
Julio Biason
789cf69bd2
added the ubuntu mono font
10 years ago
Julio Biason
7ecb2216a9
more django things (and a bit of "visual" use)
10 years ago
Julio Biason
6ddf00f711
added a snippet to tell django/nose to not cover a function
10 years ago
Julio Biason
6e639260fc
django static command
10 years ago
Julio Biason
d80bda975b
added names for the assertEqual snippet, as it was hard to see what was going on
10 years ago
Julio Biason
64048ff856
new font and new color for gvim
10 years ago
Julio Biason
c464be3171
added rust support
10 years ago
Julio Biason
1ad73485d0
snippets for jinja/django templates
10 years ago
Julio Biason
f9528c99e6
more python snippets
10 years ago
Julio Biason
70f7e69569
more python snippets
10 years ago
Julio Biason
281787969c
added import snippet
10 years ago
Julio Biason
620f560430
make ultisnips work just like snipmate
10 years ago
Julio Biason
dba1cc02da
changed from snipmate to UltiSnips
10 years ago
Julio Biason
7925bec3f5
Merge branch 'master' of https://bitbucket.org/juliobiason/vim-configs
10 years ago
Julio Biason
0e452d4bc3
disable jedi showing the function signature over code
10 years ago
Julio Biason
08af80b9ae
merge conflict
10 years ago
Julio Biason
d8f8ee3703
added new colorscheme
10 years ago
Julio Biason
35a1fad4c6
increased the font size
10 years ago
Julio Biason
cc9edd7f9d
disable jedi preview split
10 years ago
Julio Biason
549b72d05e
updated the settings to the latest version of vundle
10 years ago
Julio Biason
67ed692c8e
added javascript improved syntax
10 years ago
Julio Biason
52558b83e9
trying a different python indentation
10 years ago