Julio Biason
dbd4e4f54b
removing a bunch of unused tmux confs
7 years ago
Julio Biason
d04e972f8a
updated configs
7 years ago
Julio Biason
ab3ad78193
added powerline and a few keybinds for evil
8 years ago
Julio Biason
d57cbaceb7
added emacs config
8 years ago
Julio Biason
ff19fff24e
ale is an asynchronous syntastic
8 years ago
Julio Biason
a90bcb7569
different colorscheme
8 years ago
Julio Biason
39bc7df417
Added a bunch of colorschemes
8 years ago
Julio Biason
4f599c0447
removed a bunch of plugins, since Im not using them anymore
8 years ago
Julio Biason
25e0366786
added a plugin to highlight/unhighlight search results
8 years ago
Julio Biason
282d9bd30f
new plugin: visual expand region
8 years ago
Julio Biason
1f5a5fdfc9
new theme
8 years ago
Julio Biason
72dbc3ddad
Merge branch 'master' of bitbucket.org:juliobiason/dotfiles
8 years ago
Julio Biason
6eb70db69b
Removed unused stuff; updated tmux
...
Removed a bunch of colors that I kept just because (the ones I actually
use are now being managed by Vundle, anyway). Also, snippets from the
old snippet system (not UltiSnips) were removed because, well, they are
not being used anyway.
Updated Tmux to add some plugins, which, in theory, should make life
easier.
8 years ago
Julio Biason
192cb51a9f
README.md edited online with Bitbucket
8 years ago
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