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
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
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
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
5608fd6428
added support for local configuration
10 years ago
Julio Biason
c464be3171
added rust support
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
0e452d4bc3
disable jedi showing the function signature over code
10 years ago
Julio Biason
d8f8ee3703
added new colorscheme
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
Julio Biason
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
11 years ago
Julio Biason
f439ccd2ca
pinpoint support
11 years ago
Julio Biason
58233d9a34
json support
11 years ago
Julio Biason
d5674e5a1d
using airline for the tabbar
11 years ago
Julio Biason
56875d4db8
disable syntastic, as vim-python-mode does everything; ignore python setup.py files
11 years ago
Julio Biason
089cc32021
renable python-mode; changed fold level to actually open with folds open; some other tries around
11 years ago
Julio Biason
bf88629c48
add a highlight to the break column in python files
11 years ago
Julio Biason
6206d056c2
added some files to be ignored
11 years ago
Julio Biason
b203d38113
trying the new snipmate fork
11 years ago
Julio Biason
336febf311
removed flake8 because syntastic does everything
11 years ago
Julio Biason
74fe4fe02a
moved the autocommands to the autocommand block
11 years ago
Julio Biason
f5f5cec776
set -> setlocal
11 years ago
Julio Biason
08dfbea423
moved autocmds to the autocmd check
11 years ago
Julio Biason
fce3d8031d
mustang is now global colorscheme
11 years ago
Julio Biason
33151c4755
removed busybee as its not default
11 years ago
Julio Biason
f14c9ee1c1
using CtrlPFunky for function search
11 years ago
Julio Biason
f130c44ff7
some more documentation
11 years ago
Julio Biason
5552412eca
switched powerline to airline
11 years ago
Julio Biason
89c5a710d3
bunch more bundles
11 years ago
Julio Biason
322667f1c6
latest changes
11 years ago
Julio Biason
777af77e4f
templates now need some formatting too; more bundles and less bundles
12 years ago
Julio Biason
b6bc33f70a
tab jumping now works on both mac and other systems; added some more options for rst and some more plugins
12 years ago
Julio Biason
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
12 years ago
Julio Biason
7ebbe48bb1
everything in a nice package
13 years ago