Compare commits

..

341 Commits

Author SHA1 Message Date
ca2760f477 Change backgroup highlight of cursor line 2018-08-24 11:10:45 +01:00
8ec808075b Improve cpp template snippet 2018-08-24 11:10:24 +01:00
2ea0505ce8 Show cursor line with different highlight group 2018-08-22 13:46:47 +01:00
02ab67de44 Add TODO's for :LStripLines 2018-08-10 10:00:16 +01:00
10c807a8cf Add new C++ feature to syntax highlighting 2018-08-07 12:33:23 +01:00
32f7f45630 Add a lit named ID match snippet 2018-07-16 10:46:24 +01:00
2041c46d2d Improve vim-spirv ID match highlights 2018-07-16 10:46:24 +01:00
3c0355ebf6 Add delimiter highlighting to zsh 2018-06-06 20:08:56 +01:00
dce503ac57 Use signcolumn when available 2018-06-06 20:08:56 +01:00
a243d48d9a Set lit[.local].cfg to Python & disable ALE 2018-06-04 11:25:57 +01:00
5625c0d17a Don't highlight markdown errors 2018-04-26 12:49:30 +01:00
7683cd2c9d Make .test files llvm filetype 2018-04-26 12:49:11 +01:00
3eae3bf2d9 Actually enable relative number when available 2018-04-26 12:48:51 +01:00
c9e1bd55c2 Update C++ namespace snippet to match clang-format
New snippet outputs this

```cpp
namespace {
}  // namespace
```

instead of

```cpp
namespace {
}  // anonymous
```

and this

```cpp
namespace foo {
}  // namespace foo
```

instead of

```cpp
namespace foo {
}  // foo
```
2018-04-20 10:12:14 +01:00
d528150ae3 Add vim-projectionist plugin 2018-04-13 23:52:00 +01:00
9d542ac054 Don't match non conflict markers 2018-04-13 23:23:31 +01:00
7376903df0 Use own fork for vim-cmake-completion 2018-04-13 18:06:29 +01:00
3038bfef4c Add conflict marker highlights as TODO's
For all filetype's highlight conflict markers with the Todo highlight
group and leave trailing text as before. This makes conflict markers
very obvious, in C/C++ where I have operator highlighting conflict
markers are not longer highlighted as operators.
2018-03-29 21:22:26 +01:00
2a4714a313 Remove relativenumber autocmds
These kept disabling relativenumber when editing which was annoying.
2018-03-29 21:21:36 +01:00
15dc19d82f Improve Jenkins groovy syntax highlights 2018-03-28 15:31:56 +01:00
a445333fd9 Add Doxygen @retval snippet & other improvements 2018-03-28 15:30:38 +01:00
b2e4c42282 Add extern "C" block snippet 2018-03-15 16:18:31 +00:00
f6ca1270d9 Add bool to C string snippet 2018-03-14 17:39:31 +00:00
ffec1539d0 Add string_view c++ printf snippet 2018-03-13 12:54:51 +00:00
aeabfc6426 Cleanup vim dictionary syntax 2018-03-01 17:00:47 +00:00
ac73df955a Change netrw highlight group 2018-02-23 22:08:12 +00:00
8a22a1b99f Always load vim-cmake-syntax
Avoid the cmake syntax highlighting being different when a file is
loaded and when it is reloaded. This was cause by the plugin not being
enabled until after a buffer with the cmake filetype was loaded
causing the builtin cmake syntax highlighting to show on initial load
then the plugins syntax highlighting to show on reload.
2018-02-09 15:08:53 +00:00
90665d3c36 Add the linter code to ale messages 2018-02-09 15:05:29 +00:00
5886ba90e5 Add TODO for Python syntax folding bug 2018-01-21 20:30:13 +00:00
8bb3261e7a Add improved sentence text object 2018-01-21 20:29:00 +00:00
d5a31b33d3 Disable airline git integration 2018-01-19 20:44:35 +00:00
70309b3900 Replace matchit.vim with vim-matchup 2018-01-16 16:00:05 +00:00
ea28e7408d Remove vim-sensible
vim-sensible includes and old matchit.vim which interfears with
vim-matchup and sets some defaults which are then overridden in
plugins/settings.vim. Remove vim-sensible and document the retained
settings.
2018-01-16 15:57:08 +00:00
53be06f623 Support changing cursor shape for iTerm2 in tmux 2018-01-02 16:23:18 +00:00
8516318a45 Add another variant of GitHub checkbox snip 2017-12-28 12:51:24 +00:00
cde7e3b332 Add make filetype config 2017-12-28 12:51:05 +00:00
7ab0ad659d Add more intuitive GitHub checkbox snippet 2017-12-12 14:32:01 +00:00
7ed5ea3b3b Set commentstring for OpenCL files 2017-12-11 15:24:47 +00:00
bb6f046414 Clean up documentation 2017-12-11 15:24:25 +00:00
f46b2cabdb Fix vim cursor shape after tmux terminal-overrides 2017-12-06 11:28:15 +00:00
c161aa7f0a Use tmux terminal-override for cursor shape on VTE 2017-12-06 11:08:01 +00:00
f21e5d0364 Use 4 space tabs in YAML files 2017-12-06 11:06:49 +00:00
3f4916ad55 Add more Doxygen snippets for C/C++ 2017-12-06 11:06:26 +00:00
20926446c7 Move relevant settings closer together 2017-12-05 21:29:48 +00:00
7a02637054 Enable cursor shape changes by default 2017-12-01 11:17:03 +00:00
ec18169c6b Add do#cursor_escape_sequences()
Control the cursor shape based on the current mode.
2017-12-01 10:44:43 +00:00
4845f1e870 Move mouse setting 2017-11-23 22:27:56 +00:00
70e96347dc Extend enabled listchars, enable showbreak 2017-11-23 22:27:08 +00:00
6997841685 Guard relativenumber setting 2017-11-23 21:42:11 +00:00
77a34ada84 Update Codeplay Software Ltd. license snippet 2017-11-23 21:40:32 +00:00
7442e8df42 Remove cruft and add TODO's 2017-11-20 22:40:18 +00:00
fb0ec34497 Move rarely used functions to autoload 2017-11-20 22:35:27 +00:00
39f08c9193 Enable visual highlight of trail spaces and tabs 2017-11-20 21:28:44 +00:00
48d091be60 Remove autocmd to right string white space 2017-11-20 21:17:30 +00:00
983b2f509c Add highlight group for SpecialKey 2017-11-20 21:16:17 +00:00
c8797fb76e Fix Markdown fenced code block snippet 2017-11-17 20:17:33 +00:00
ce8130742c Add groovy syntax support for keyword args 2017-11-09 18:18:50 +00:00
280024de5a Add python snippet to insert ipdb breakpoint 2017-11-09 18:18:50 +00:00
9513b6d865 Add CMake debug snippet 2017-10-10 14:49:56 +01:00
6708529f4e Add fprintf debug snippet for C/C++ files 2017-09-29 14:40:19 +01:00
fb64805b71 Add asciidoc refpage snippet 2017-09-26 14:48:03 +01:00
21d6159bbe Enable spelling for asciidoc filetype 2017-09-26 14:47:40 +01:00
6878448cdd Add :ISort vim command 2017-09-20 12:00:00 -05:00
21bac2a35f Add vim command snippet 2017-09-20 11:59:41 -05:00
333e7ab327 Add .env/.out filetype autocmds 2017-09-18 18:38:40 -05:00
a33aae2a75 Add augroup vim snippet 2017-09-18 18:38:26 -05:00
278ac760e1 Update gitconfig filetype to use tabstop=8 2017-09-01 12:18:50 +01:00
b606adb79f Remove lexima because it broke vim-endwise
Also change to fork of vim-endwise with CMake support
2017-08-31 21:20:15 +01:00
b12cc3c08b Only match = default when ends on word boundary 2017-08-23 21:05:06 +01:00
bff4317578 Add GitGutter next/prev hunk mappings 2017-08-09 12:13:45 +01:00
4bddc2101d Use global setting for Python highlights 2017-08-08 13:55:41 +01:00
cc8a514367 Obey cpp options in c syntax file 2017-07-26 00:30:13 +01:00
c21ec4f950 Add cpp explicit function template highlight 2017-07-26 00:27:57 +01:00
5c720b1233 Add more vim colorschemes 2017-07-25 17:21:07 +01:00
f34bf9961d Add main Python snippet 2017-07-25 17:20:42 +01:00
57db441ee9 Add mapping for :Ag <cword> 2017-07-21 13:24:25 +01:00
aecbb51672 Add missing zsh option keyword to vim syntax 2017-06-14 00:41:54 +01:00
7856ad5ee4 Add function folding to zsh filetype 2017-06-14 00:14:22 +01:00
b4fbd34cfb Make fresh colors less garish
Make SpellBad and Underlined readable and make SpellCap purple.
2017-06-12 00:23:21 +01:00
cb7f68d39f Add % and . to llvm iskeyword list 2017-06-08 12:15:27 +01:00
ddb0bc5ffd Use default tab width in markdown
Also check if +syntax is available before enabling spell.
2017-06-08 11:40:33 +01:00
0af06c80d1 Add zsh snippets 2017-06-01 00:31:10 +01:00
8fce4818b8 Add std::printf and std::fprintf snippets 2017-05-24 21:37:51 +01:00
5c4ba64a8b Improve groovy syntax highlighting 2017-05-24 10:37:30 +01:00
dfc3b949f2 Enable folding is sh filetype 2017-05-18 11:23:47 +01:00
0e23b3da09 Don't set global settings in ftplugin 2017-05-09 17:44:51 +01:00
b5b704251c Update vim-plug 2017-05-05 21:23:33 +01:00
3eb27e3442 Fix vint warning and errors in functions.vim 2017-05-04 00:20:12 +01:00
cd3c2ea6e0 Update mappings to {i,n,v}noremap 2017-05-03 23:52:33 +01:00
2b4f19e32d Use existing windows/tabs when jumping to errors 2017-05-03 23:38:11 +01:00
f781a2a593 Check features are available before using them 2017-05-03 23:23:24 +01:00
23db28058f Add syntax folding for cmake 2017-05-03 22:56:30 +01:00
b5e3a675e9 Document indent options & check they exist 2017-05-03 22:17:09 +01:00
7c4fbd906e Add vim-khr plugin 2017-04-24 10:24:35 +02:00
1dd8632312 Add comment text object plugin 2017-04-22 17:06:25 +01:00
5a64254f3b Add ; to do/while snippet 2017-04-19 22:01:27 +01:00
02ce5cd15c Use setlocal in TabWidth command 2017-04-12 17:02:10 +01:00
07c38c4913 Add URI text object plugin 2017-03-31 22:18:56 +01:00
e2a145d7aa Allow C++ lambda snippet to be inline 2017-03-30 22:42:01 +01:00
4a288aa800 Tweet json filetype & syntax settings 2017-03-27 12:42:17 +01:00
f3a562c6f2 Add preview window mappings 2017-03-27 12:41:39 +01:00
4217dada57 Add C inline comment surround mapping 2017-03-27 12:40:54 +01:00
365b094ce9 Fix vint warnings in vimrc 2017-03-09 00:15:13 +00:00
0490cae6bb Use '' not "" in fresh colorscheme 2017-03-09 00:14:50 +00:00
c0186a89e8 Override groovy syntax 2017-02-17 21:45:13 +00:00
b30519313b Enable clang-tidy ale checker 2017-02-17 21:44:52 +00:00
5237883d73 Revert to default json syntax 2017-02-17 21:44:25 +00:00
4191780033 Improve ale echo message 2017-02-09 14:45:33 +00:00
71d2ee2437 Make YCM goto buffer command split horizontally 2017-02-08 23:19:26 +00:00
7dfd9d4914 Remove dev hack for format.vim loading 2017-02-07 21:50:26 +00:00
6d12b323c6 Load local plugins first 2017-02-07 21:43:18 +00:00
1b759f5ceb Replace syntastic with ale 2017-02-06 11:44:15 +00:00
8e918716cc Add LLVM IR syntax 2017-02-06 11:44:15 +00:00
20b611ec40 Move plugins to .vim/bundle 2017-02-04 22:30:48 +00:00
533ef37de8 Simplify xterm256-color detection 2017-02-03 14:38:41 +00:00
4d2934ba6f Add missing <CR> from :lfirst mapping 2017-02-02 16:33:23 +00:00
6cdba6cdea Change markdown comment string to html 2017-02-01 23:24:15 +00:00
934895cf67 Conceal on cursor hover normal mode for markdown 2017-01-28 09:23:11 -08:00
faa7f45968 Improve doxygen header snippet 2017-01-27 22:49:14 -08:00
4ced01de7d Remove vim-instant-markdown 2017-01-28 05:37:27 +00:00
c6494aeb3e Enable folding in xml 2017-01-28 05:37:27 +00:00
b19cb31ae2 Improve fzf mappings 2017-01-28 05:37:27 +00:00
69ff7c8bab Namespace syntax match 2017-01-28 05:37:27 +00:00
816a10cff0 Change relativenumber behaviour 2017-01-28 05:37:27 +00:00
e3ac652db0 Match operator on word boundary only 2017-01-22 09:26:17 -08:00
ad84a6c9b4 Update vim TERM checks 2017-01-11 20:27:30 +00:00
71834ff0a7 Increase syntax syn minlines to 500 2017-01-11 20:23:07 +00:00
b33423c67f Only flip relativenumber for cpp files 2017-01-11 20:17:26 +00:00
3a53d15f1f Enabling folding in javascript files 2017-01-11 20:11:34 +00:00
1977d80571 Add vim Caddyfile syntax 2017-01-11 20:11:05 +00:00
01363a2b6b Change markdown fenced code block snippet trigger 2017-01-10 20:48:26 +00:00
77495dc3ae Add markdown frontmatter snippet 2017-01-10 20:48:26 +00:00
b2b31f192f Add markdown link snippet 2017-01-08 23:58:50 +00:00
e01b705dd0 Add utc date time snippet 2017-01-08 11:51:06 +00:00
515a7390af Make json syntax embed aware 2017-01-08 11:02:58 +00:00
92a827dd95 Change div snippet, add nav snippet for html 2017-01-08 11:02:58 +00:00
287a2dbeb7 Extend html, css, and javascript syntaxes 2017-01-08 11:02:58 +00:00
b11cca9f1e Add yaml frontmatter support to markdown 2017-01-08 11:02:58 +00:00
dcfdbda11d Add javascript function snippet 2017-01-08 11:02:58 +00:00
ca393ae37c Fix C ternary operator match 2017-01-03 12:59:46 +00:00
829f20811b Update Codeplay copyright to use current year 2017-01-03 12:57:48 +00:00
08348df59c Customize json syntax highlights 2016-12-30 21:46:18 +00:00
f598e0dbb3 More cleanup let statements 2016-12-30 16:31:59 +00:00
a61d4604a8 Swap autopairs.vim for leima.vim 2016-12-30 16:28:13 +00:00
fb41394cff Change setting leader 2016-12-30 16:27:46 +00:00
5dc29ab784 Cleanup C/C++ syntax files 2016-12-29 20:55:47 +00:00
98d28710e4 Improve markdown GitHub checkbox highlights 2016-12-26 12:28:19 +00:00
caa736200a Fix cpp syntax match 2016-12-26 12:15:42 +00:00
62c49f2221 Fix end of multi-line doxygen highlight 2016-12-26 12:12:32 +00:00
528aa61a58 Enable Doxygen mapping only for c, cpp filetypes 2016-12-26 12:10:13 +00:00
18f2ccc1d5 Add :Syntack command to view syntax group stack 2016-12-24 13:20:22 +00:00
4236865f33 Add function to clone highlight groups with attrs 2016-12-24 13:19:32 +00:00
84b0dd68a1 Change name of checkbox toggle functionality 2016-12-24 13:18:52 +00:00
69d311b83e Simplify fold text 2016-12-24 13:16:51 +00:00
eab001b757 Remap <C-L> to <C-W>L to get redraw back 2016-12-24 13:11:30 +00:00
094f55b75e Refactor and optimize C/C++ syntax highlights 2016-12-23 22:39:31 +00:00
138ef44183 Change show highlight mapping to use <leader> 2016-12-23 15:52:12 +00:00
8d719819a8 Improve GitHub checkbox highlighting 2016-12-23 15:19:53 +00:00
3e8cd09f46 Set all.snippets to -1 priority 2016-12-23 15:08:48 +00:00
effddfa067 Add std::enable_if snippet 2016-12-23 15:01:03 +00:00
a9f446d916 Remove macro_mode functions, use vim-replace 2016-12-23 15:00:15 +00:00
f200b12eb7 Add vim-endwise 2016-12-13 18:28:29 +00:00
ab637a31d0 Add doxygen @see snippet 2016-12-01 15:31:17 +00:00
af96bfe259 Default to a space in * [ ] snippet 2016-11-24 19:23:09 +00:00
56b1d815c8 Move json highlight overrides to after/syntax 2016-11-24 14:22:15 +00:00
4b41bfc316 Add vim replay plugin for easy macro replay 2016-11-20 00:27:27 +00:00
8c904db965 Improve doxygen markdown highlighting 2016-11-19 19:26:38 +00:00
ce4623a94d Improve YouCompleteMe/syntastic error/warning symbols 2016-11-19 17:38:45 +00:00
fd2abae68a Move .local_plugins.vim to .vim/local.vim 2016-11-19 17:38:45 +00:00
ea9fcd629f Add vim-spirv plugin 2016-11-17 20:09:43 +00:00
14ba79f568 Replace vim-notes with note.vim 2016-11-16 21:01:26 +00:00
297cf3aea0 Add vim colorscheme morning-white for presentations 2016-11-16 21:01:26 +00:00
97db09bbcc Update syntastic URL 2016-11-15 20:15:26 +00:00
bfd703e060 Make sign column color match number column 2016-11-15 20:14:49 +00:00
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
f3d822ad2a Add custom fold functions for json 2016-09-11 13:00:08 +01:00
3f9fba725a Remove {{{ markers }}} from vimrc 2016-09-11 12:56:19 +01:00
bb8a7a1cfc Remove vim-flake8 plugin 2016-09-11 11:45:35 +01:00
6514374194 Rename options.vim to settings.vim 2016-09-11 11:30:44 +01:00
a848befe3a Reorder fileformats 2016-09-11 11:29:49 +01:00
4f4a78cc10 Remove groovy.vim plugin 2016-09-11 11:27:31 +01:00
74c33e7034 Only load vim-cmake-completion for cmake files 2016-09-11 11:26:42 +01:00
ab4c7db26d Improve custom vim fold expression 2016-09-08 22:57:01 +01:00
08281f7eee Improve Python folding behaviour 2016-09-08 22:10:31 +01:00
eeb65bce18 Simplify C/C++ {} matching 2016-09-08 10:46:53 +01:00
99ce340d76 Improve DiffText highlight color 2016-09-08 09:43:36 +01:00
6bcce1dde9 Rename option to enable Doxygen comment highlights 2016-09-08 09:43:36 +01:00
19faeb5664 Enable folding {} in C/C++ & delimiter highlights 2016-09-08 09:43:36 +01:00
eaa11f5ae5 Extend groovy syntax with Jenkins DSL tweeks 2016-09-08 00:15:49 +01:00
24136bb912 Improve markdown folding & syntax highlights 2016-09-08 00:03:17 +01:00
3336e97fd5 Simplify C param snippet 2016-09-06 11:20:53 +01:00
d307403847 Escape - cOperator match 2016-09-05 22:29:55 +01:00
cc30fc41e8 Specialize << and >> highlight matches 2016-09-04 23:24:45 +01:00
b2de236d6b Add ? to C operator highlighting 2016-09-04 23:24:14 +01:00
e23cd33ced Add C++ lambda function snippet 2016-09-04 22:47:01 +01:00
e84a496026 Add alignas, alignof, decltype to cppOperator group 2016-09-04 22:46:14 +01:00
be5c34feae Update fresh colorscheme 2016-09-04 21:47:32 +01:00
a9dde3c158 Improve C/C++ syntax highlighting 2016-09-04 21:46:46 +01:00
a28f1f0e9a Refactor C/C++ snippets 2016-09-04 21:43:53 +01:00
b44979b66e Add C++ cast snippets 2016-09-04 21:42:55 +01:00
14531d71e7 Simplify C++ class snippet 2016-09-04 21:42:27 +01:00
a2890cf6f3 Add date snippet to display Month DD, YYYY 2016-09-04 21:40:38 +01:00
09b60b4e0d Update me snippet to include nickname 2016-09-04 21:40:04 +01:00
17218240ee Add improved additional C++ syntax highlighting 2016-09-02 22:37:51 +01:00
b1dfa11ffe Remove plugin vim-native-syntax 2016-09-02 22:37:51 +01:00
803173a74b User nicer blue for Vim Type highlight group 2016-09-02 22:37:51 +01:00
408c2f3e26 Make it easier to repeat vim macros 2016-08-26 14:35:36 +01:00
fbef9aab12 Remove autocmd from custom surround variables 2016-08-23 20:15:50 +01:00
4300243fb4 Add vim-surround cmake mapping to make a variable 2016-08-23 10:51:46 +01:00
1c39596232 Change vim leader key to space 2016-08-17 17:28:32 +01:00
618f003335 Change surround mapping for creating markdown link 2016-08-11 11:14:24 +01:00
0f68b79250 Enable tmux mouse support & add open, urlview 2016-08-10 15:36:04 +01:00
a8c557614b Add K mapping for Python docs 2016-08-03 23:45:31 +01:00
bc5c10a994 Customise vim-surround for markdown link syntax 2016-07-24 13:53:52 -07:00
9cf6f78b98 Load local vim plugins from non git file 2016-07-22 12:31:55 +01:00
c41612de1c Add syntastic vim plugin 2016-07-21 20:54:27 +01:00
a2c5ed8170 Remove some markers after adding vim foldexpr 2016-07-17 23:41:06 +01:00
324fc1b903 Improve the vim fold text, line content first 2016-07-17 23:33:12 +01:00
26fdacfa03 Improve vim script fold with custom foldexpr 2016-07-17 23:32:11 +01:00
57c2895159 Make K mapping no remap for vim script 2016-07-17 23:30:24 +01:00
9fb1782609 Add vim-jdaddy json plugin 2016-07-14 00:11:27 +01:00
c5108badc3 Optionally load ~/Sandbox/format.vim if available 2016-07-10 23:06:51 +01:00
c41ea042ab Improve gitcommit ftplugin settings 2016-07-06 21:24:33 +01:00
5354e7dcef Remove ftdetect/python.vim due to wrong location 2016-07-06 21:20:58 +01:00
72f364e50e Remove <tab> from YouCompleteMe menu mappings 2016-07-06 20:50:48 +01:00
301e6f900a Improve vmap 0 to play nice with comments 2016-07-06 20:48:14 +01:00
7939921871 Move fzf mappings to plugin/mappings.vim 2016-07-05 22:19:39 +01:00
a3aac9c8be Restructure vim config 2016-07-05 21:29:27 +01:00
db2aed3570 Remove clang-format.py script 2016-07-05 20:19:47 +01:00
8585e38e16 Move vim color settings to .vim/plugin/color.vim 2016-07-05 20:15:22 +01:00
a03412a6e6 Move vim GUI options to .vim/gvimrc 2016-07-05 20:00:30 +01:00
1b76c3757c Change <C-f>l to use :BLines 2016-07-05 19:35:24 +01:00
f81e8e6680 Move .vimrc to .vim/vimrc split platform detection 2016-07-05 19:35:11 +01:00
acead1a186 Fix xml snippet for api generator 2016-06-22 17:21:24 +01:00
1584ac6ce5 Rename and move GitHub style checkboxes snippet 2016-06-19 16:30:44 +01:00
5c0ef592b9 Update vim WarningMsg highlight group 2016-06-16 22:37:04 +01:00
6b6d78ba68 Add get vim function snippet 2016-06-16 22:37:04 +01:00
fcad815156 Add me snippet for my name and email address 2016-06-16 22:37:04 +01:00
ad16ec414a Add vim normal mode filetype mapping K opens help 2016-06-16 22:37:04 +01:00
862e8855d2 Add noexpandtag for tags filetype 2016-06-11 21:39:36 +01:00
61463058b8 Add vim-flake8 & don't use textwidth=80 in Python 2016-06-08 09:33:39 +01:00
a8d4303e4d Add vim if snippet 2016-05-29 21:16:19 +01:00
10a97d30af Don't expand tabs in gitconfig files 2016-05-25 22:35:40 +01:00
3bccc9e800 Add snippet for vim function 2016-05-25 21:01:21 +01:00
18adbf0b5a Improve TODO and NOTE snippets when in comments 2016-05-21 00:55:43 +01:00
d277994f26 Add Error and Question highlights to fresh.vim 2016-05-20 13:31:26 +01:00
9f96b85457 Disable open on left and scroll off for help 2016-05-06 10:21:23 +01:00
28254ccacb Update fresh.vim 2016-05-03 20:47:31 +01:00
797fe4433b Add GitHub markdown checklist snippet 2016-04-29 22:35:47 +02:00
bb4c615ab7 Add API snippets 2016-04-21 10:14:54 +01:00
e90c46c125 Update vim-plug 2016-04-20 00:15:00 +01:00
9d1b0790fe Final tweak vim-airline theme 2016-04-19 23:30:32 +01:00
21e3470b98 Tweak colors for vim-airline fresh theme 2016-04-19 23:27:43 +01:00
c3c5cbc686 Add StatusLine & WildMenu highlights 2016-04-19 23:26:56 +01:00
0b600cb130 Add fresh vim-airline theme 2016-04-19 22:57:17 +01:00
db75d86ff8 Improve vim python filetype settings 2016-04-17 20:03:00 +01:00
89124457a0 Tweek vim gitcommit settings 2016-04-17 16:06:45 +01:00
b1cf88590e Add more snippets 2016-04-17 15:12:20 +01:00
1b8b3ff509 Add generic TODO snippet using commentstring 2016-04-17 13:04:34 +01:00
5b8c956c37 Fix typo in copyright snippet! 2016-04-12 15:32:20 +01:00
6680570c37 Add vim mappings around yapf python formatter 2016-04-03 13:49:50 +01:00
0ec9e1108c Add python formatting options 2016-04-01 22:54:48 +01:00
92586ef17f Add TODO snippet for CMake 2016-03-21 16:41:26 +00:00
bdae50b28e Simplify .vimrc layout & folds 2016-03-12 21:30:39 +00:00
73d5faeaf9 Move vim autocommands into ftdetect or ftplugin 2016-03-12 20:35:11 +00:00
be73a11dfa Add vim-plug script & update .vimrc 2016-03-09 08:07:00 +00:00
6860245dfd Remove Vundle submodule 2016-03-09 06:55:15 +00:00
0cbcd2d302 Complete CMake snippets targeting version 3.0 2016-02-26 22:22:35 +00:00
7817d80323 Add remaining CMake string() snippets 2016-02-26 18:15:47 +00:00
5faed7007c Add more CMake snippets 2016-02-24 21:25:08 +00:00
8e0f216b76 Add more CMake snippets 2016-02-24 00:55:54 +00:00
7be468d4ab Make TODO and NOTE C snippets more general 2016-02-24 00:55:20 +00:00
168f7c02a5 Updates to fresh.vim colorscheme 2016-02-20 19:01:12 +00:00
c8d9ce37f9 Merge commit '5aaacb96c0a93d4f7a48c2fb7c80a65840810876' 2016-02-18 14:38:05 +00:00
744ce42e78 Add '.vim/UltiSnips/' from commit '84cd9817817a28d58e92eb715273479509e51187'
git-subtree-dir: .vim/UltiSnips
git-subtree-mainline: f258dd00078a9aebb235c358b6048aac250d445a
git-subtree-split: 84cd9817817a28d58e92eb715273479509e51187
2016-02-11 14:35:59 +00:00
4825786791 Remove Ultisnips submodule 2016-02-11 14:35:19 +00:00
393cf797ec Update UltiSnips submodule 2016-02-11 14:06:08 +00:00
ea190c08d2 Update UltiSnips submodule 2016-02-11 11:35:28 +00:00
051b2c44e1 Update UltiSnips submodule 2016-02-09 11:54:32 +00:00
3eb2fc4bd8 Update UltiSnips submodule 2016-02-07 12:30:21 +00:00
93b6f7cd61 Update UltiSnips submodule 2016-02-01 14:28:39 +00:00
48c465df81 Update UltiSnips submodule with some cmake snippets 2016-02-01 12:53:57 +00:00
7adfccc515 Add UltiSnips submodule 2016-01-23 00:10:55 +00:00
940094435c Remove redmine.snippets 2016-01-23 00:09:49 +00:00
4525f435c6 Update vim clang-format.py 2015-11-18 23:18:35 +00:00
866f8fe89b Update Vundle.vim 2015-11-10 11:21:39 +00:00
898107985c Match vim status colour to tmux 2015-11-07 22:13:35 +00:00
8a78304a68 Add vim snippets for redmine filetype 2015-10-14 17:34:34 +01:00
195f41b597 Use vim after/ftplugin/c.vim to support '///' doxygen comments 2015-10-08 21:40:30 +01:00
af9a9c0db8 Add submodule Vundle.vim replacing unmaintained vundle 2015-08-23 22:44:51 +01:00
2d185311be Remove submodule vundle 2015-08-23 22:41:09 +01:00
216b84d774 Update vim submodule vundle 2015-06-29 19:31:11 +01:00

Diff Content Not Available