|
a549dbdc5c
|
Improve some CMake snippets
|
2016-11-10 18:42:37 +00:00 |
|
|
3789b1f930
|
Add vim-gitgutter plugin
|
2016-11-10 11:04:56 +00:00 |
|
|
33ba3095bc
|
Add CMake generator expression snippet
|
2016-11-10 11:04:38 +00:00 |
|
|
8b73403590
|
Improve GitHub markdown checkbox snippet
|
2016-11-07 13:34:57 +00:00 |
|
|
227bee1360
|
Improve C++ namespace snippet
|
2016-11-04 23:22:33 +00:00 |
|
|
57e9937cb0
|
Improve Doxygen snippets
|
2016-11-04 23:13:53 +00:00 |
|
|
76b59eb3d3
|
De-noise c pre-processor snippets
|
2016-11-04 22:23:00 +00:00 |
|
|
cf1b880f2f
|
Shorten /// @copydoc snippet
|
2016-11-02 20:49:53 +00:00 |
|
|
8a7ed8df50
|
Add asciidoc filetype plugin
|
2016-10-28 10:40:52 +09:00 |
|
|
cf4c3c4043
|
Add TODO surround mapping for C/C++
|
2016-10-28 10:36:11 +09:00 |
|
|
d51624e6db
|
Improve XML attribute snippet, add XML comment snippet
|
2016-10-28 10:35:07 +09:00 |
|
|
a45718be6f
|
Add todo's to investigate interesting vim settings
|
2016-10-25 08:43:16 +09:00 |
|
|
9717bd5062
|
Improve support for GitHub style checkboxes
|
2016-10-25 08:43:16 +09:00 |
|
|
b7a65e1baa
|
Add highlighting of ternary operator in C/C++
|
2016-10-25 08:43:16 +09:00 |
|
|
48439504e2
|
Add GitHub check box to markdown syntax
|
2016-10-18 19:37:19 +01:00 |
|
|
21b6095e4d
|
Add Google Test snippets
|
2016-10-07 19:59:26 +01:00 |
|
|
bf584e70f0
|
Move doxygen snippets to separate file
|
2016-10-07 19:59:26 +01:00 |
|
|
5e0225e75e
|
Add noisy struct snippet
|
2016-10-07 19:59:26 +01:00 |
|
|
71d05470e6
|
Change diff highlight groups
|
2016-10-07 17:25:58 +01:00 |
|
|
a2f01527a6
|
Add googletest snippets
|
2016-09-30 17:20:08 +01:00 |
|
|
0b23a78afb
|
Allow C++ casts to be substring
|
2016-09-30 17:20:08 +01:00 |
|
|
7760fda910
|
Change template snippet to use class not typename
|
2016-09-30 17:20:08 +01:00 |
|
|
0670d5a6a2
|
Improve C main snippet
|
2016-09-30 17:20:08 +01:00 |
|
|
9e313724e0
|
Improve C++ for loop snippet
|
2016-09-27 13:42:36 +01:00 |
|
|
14c901014c
|
Improve doxygen param snippet at brief snippet
|
2016-09-27 13:42:36 +01:00 |
|
|
0eb4dcee2f
|
Update todo snippet
|
2016-09-27 00:30:37 +01:00 |
|
|
c3dc562edc
|
Add static_assert snippet
|
2016-09-25 00:25:31 +01:00 |
|
|
a625c175bf
|
Add macro mode helpers
* Easily {un}map <CR> to @@
* Add macro_mode#{en,dis}able autoload functions
* Add MacroMode{En,Dis}able commands
|
2016-09-20 21:56:32 +01:00 |
|
|
9f1482b8fd
|
Switch to vim-table-mode from Tabular
|
2016-09-20 21:56:02 +01:00 |
|
|
59246cc5fe
|
Use <Space> in mappings instead of exec
|
2016-09-20 20:10:26 +01:00 |
|
|
15651fbc6e
|
Add comprehensive mappings for QuickFix and Location lists
|
2016-09-20 20:10:26 +01:00 |
|
|
8ee91967b7
|
Move mapping into mappings.vim
|
2016-09-20 20:10:26 +01:00 |
|
|
29c508155d
|
Add statement highlight for = delete in C/C++
|
2016-09-20 20:10:26 +01:00 |
|
|
5f32006e70
|
Fix bug in Doxygen highlighting
|
2016-09-20 20:10:26 +01:00 |
|
|
cb4a8e527a
|
Add image link snippet for markdown
|
2016-09-20 20:10:26 +01:00 |
|
|
57ab60fdc3
|
Change highlight group of nested name specifiers
|
2016-09-20 20:10:26 +01:00 |
|
|
b46bb56b13
|
Highlight new/delete as operators
|
2016-09-20 20:10:26 +01:00 |
|
|
17d379db04
|
Conditionally enable plugins on Windows
|
2016-09-14 10:05:04 +01:00 |
|
|
df04147653
|
Add ignore file
|
2016-09-14 10:04:44 +01:00 |
|
|
595e4781b3
|
Improve C Doxygen highlights
|
2016-09-12 10:07:57 +01:00 |
|
|
7bb3751dfb
|
Disabled annoying airline features
|
2016-09-11 17:16:58 +01:00 |
|
|
c69765353f
|
Don't show mode in command line
|
2016-09-11 16:57:41 +01:00 |
|
|
e5c25c7ef8
|
Fix Python tab error highlighting
|
2016-09-11 14:42:56 +01:00 |
|
|
6dcaaa02a8
|
Swap <C-f>c from :Commits to :Colors
|
2016-09-11 14:42:29 +01:00 |
|
|
352483075b
|
Use K for YouCompleteMe GetDoc in C/C++ files
|
2016-09-11 14:42:01 +01:00 |
|
|
1d94f8fb3c
|
Document weird behaviour in gitcommit files
|
2016-09-11 13:18:03 +01:00 |
|
|
62888cb8b7
|
Override groovy syntax file
|
2016-09-11 13:12:14 +01:00 |
|
|
5920b55aa6
|
Change Folded foreground highlight
|
2016-09-11 13:04:59 +01:00 |
|
|
195a3f35f4
|
Add support for folding python blocks in vim files
|
2016-09-11 13:02:20 +01:00 |
|
|
fb6afd3be0
|
Move notes highlight overrides to ftplugin
|
2016-09-11 13:01:05 +01:00 |
|