Compare commits

..

341 Commits

Author SHA1 Message Date
55e4af4e6c Change backgroup highlight of cursor line 2018-08-24 11:10:45 +01:00
4285de795b Improve cpp template snippet 2018-08-24 11:10:24 +01:00
bbb936c474 Show cursor line with different highlight group 2018-08-22 13:46:47 +01:00
1aba96025b Add TODO's for :LStripLines 2018-08-10 10:00:16 +01:00
f207ff13e2 Add new C++ feature to syntax highlighting 2018-08-07 12:33:23 +01:00
e24e9f70fa Add a lit named ID match snippet 2018-07-16 10:46:24 +01:00
cf8ab27b10 Improve vim-spirv ID match highlights 2018-07-16 10:46:24 +01:00
da33d472b8 Add delimiter highlighting to zsh 2018-06-06 20:08:56 +01:00
f263832c64 Use signcolumn when available 2018-06-06 20:08:56 +01:00
47820a1701 Set lit[.local].cfg to Python & disable ALE 2018-06-04 11:25:57 +01:00
39d6eab8a3 Don't highlight markdown errors 2018-04-26 12:49:30 +01:00
8711db6248 Make .test files llvm filetype 2018-04-26 12:49:11 +01:00
d6950e1a95 Actually enable relative number when available 2018-04-26 12:48:51 +01:00
5f80d0d878 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
63a4131a09 Add vim-projectionist plugin 2018-04-13 23:52:00 +01:00
3441037464 Don't match non conflict markers 2018-04-13 23:23:31 +01:00
cdb521d9be Use own fork for vim-cmake-completion 2018-04-13 18:06:29 +01:00
082ecd9d49 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
021f24a4ee Remove relativenumber autocmds
These kept disabling relativenumber when editing which was annoying.
2018-03-29 21:21:36 +01:00
4774842d5c Improve Jenkins groovy syntax highlights 2018-03-28 15:31:56 +01:00
95d04abef8 Add Doxygen @retval snippet & other improvements 2018-03-28 15:30:38 +01:00
6f1485ac04 Add extern "C" block snippet 2018-03-15 16:18:31 +00:00
fa46536e16 Add bool to C string snippet 2018-03-14 17:39:31 +00:00
51205fdf35 Add string_view c++ printf snippet 2018-03-13 12:54:51 +00:00
d18e8545cc Cleanup vim dictionary syntax 2018-03-01 17:00:47 +00:00
160967b428 Change netrw highlight group 2018-02-23 22:08:12 +00:00
d7995347fb 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
e29a326d45 Add the linter code to ale messages 2018-02-09 15:05:29 +00:00
903767da78 Add TODO for Python syntax folding bug 2018-01-21 20:30:13 +00:00
79fe323599 Add improved sentence text object 2018-01-21 20:29:00 +00:00
09e180e257 Disable airline git integration 2018-01-19 20:44:35 +00:00
09e6372540 Replace matchit.vim with vim-matchup 2018-01-16 16:00:05 +00:00
9416de3c3c 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
c554be33e3 Support changing cursor shape for iTerm2 in tmux 2018-01-02 16:23:18 +00:00
b63f7e3955 Add another variant of GitHub checkbox snip 2017-12-28 12:51:24 +00:00
c5ab503b66 Add make filetype config 2017-12-28 12:51:05 +00:00
352b159a8d Add more intuitive GitHub checkbox snippet 2017-12-12 14:32:01 +00:00
1346f41f46 Set commentstring for OpenCL files 2017-12-11 15:24:47 +00:00
a8325c4a4a Clean up documentation 2017-12-11 15:24:25 +00:00
a04aafd6eb Fix vim cursor shape after tmux terminal-overrides 2017-12-06 11:28:15 +00:00
a344d13c93 Use tmux terminal-override for cursor shape on VTE 2017-12-06 11:08:01 +00:00
94701f50d7 Use 4 space tabs in YAML files 2017-12-06 11:06:49 +00:00
93f5a8f9d1 Add more Doxygen snippets for C/C++ 2017-12-06 11:06:26 +00:00
746543cfbf Move relevant settings closer together 2017-12-05 21:29:48 +00:00
7b7a6c5d94 Enable cursor shape changes by default 2017-12-01 11:17:03 +00:00
c4519d7310 Add do#cursor_escape_sequences()
Control the cursor shape based on the current mode.
2017-12-01 10:44:43 +00:00
ed157ca238 Move mouse setting 2017-11-23 22:27:56 +00:00
71c7d91082 Extend enabled listchars, enable showbreak 2017-11-23 22:27:08 +00:00
836d91ad11 Guard relativenumber setting 2017-11-23 21:42:11 +00:00
b59b937b6a Update Codeplay Software Ltd. license snippet 2017-11-23 21:40:32 +00:00
7d086a3328 Remove cruft and add TODO's 2017-11-20 22:40:18 +00:00
a4ea4c1d91 Move rarely used functions to autoload 2017-11-20 22:35:27 +00:00
261a846874 Enable visual highlight of trail spaces and tabs 2017-11-20 21:28:44 +00:00
16c4b2c523 Remove autocmd to right string white space 2017-11-20 21:17:30 +00:00
5f9f84e0d8 Add highlight group for SpecialKey 2017-11-20 21:16:17 +00:00
5d130aad95 Fix Markdown fenced code block snippet 2017-11-17 20:17:33 +00:00
1c131c2152 Add groovy syntax support for keyword args 2017-11-09 18:18:50 +00:00
496047014e Add python snippet to insert ipdb breakpoint 2017-11-09 18:18:50 +00:00
56a1a5c70e Add CMake debug snippet 2017-10-10 14:49:56 +01:00
98aa19cc86 Add fprintf debug snippet for C/C++ files 2017-09-29 14:40:19 +01:00
fe40eb137c Add asciidoc refpage snippet 2017-09-26 14:48:03 +01:00
b633a32ff2 Enable spelling for asciidoc filetype 2017-09-26 14:47:40 +01:00
23ee710981 Add :ISort vim command 2017-09-20 12:00:00 -05:00
3fd1440251 Add vim command snippet 2017-09-20 11:59:41 -05:00
5c82ffbb32 Add .env/.out filetype autocmds 2017-09-18 18:38:40 -05:00
d8d631ce23 Add augroup vim snippet 2017-09-18 18:38:26 -05:00
618df81cbf Update gitconfig filetype to use tabstop=8 2017-09-01 12:18:50 +01:00
b18a9ddbea 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
320f5668e8 Only match = default when ends on word boundary 2017-08-23 21:05:06 +01:00
2f36f831f2 Add GitGutter next/prev hunk mappings 2017-08-09 12:13:45 +01:00
44c0605d8f Use global setting for Python highlights 2017-08-08 13:55:41 +01:00
dfb360fb00 Obey cpp options in c syntax file 2017-07-26 00:30:13 +01:00
ffdb5e1f4c Add cpp explicit function template highlight 2017-07-26 00:27:57 +01:00
3b99d333b2 Add more vim colorschemes 2017-07-25 17:21:07 +01:00
17fdcca35c Add main Python snippet 2017-07-25 17:20:42 +01:00
8c95be2700 Add mapping for :Ag <cword> 2017-07-21 13:24:25 +01:00
3442bce196 Add missing zsh option keyword to vim syntax 2017-06-14 00:41:54 +01:00
daf8434e84 Add function folding to zsh filetype 2017-06-14 00:14:22 +01:00
cce7a8dc4a Make fresh colors less garish
Make SpellBad and Underlined readable and make SpellCap purple.
2017-06-12 00:23:21 +01:00
fc6526825e Add % and . to llvm iskeyword list 2017-06-08 12:15:27 +01:00
b73c4d158e Use default tab width in markdown
Also check if +syntax is available before enabling spell.
2017-06-08 11:40:33 +01:00
6c3b83fada Add zsh snippets 2017-06-01 00:31:10 +01:00
226cadc726 Add std::printf and std::fprintf snippets 2017-05-24 21:37:51 +01:00
b578ca68ff Improve groovy syntax highlighting 2017-05-24 10:37:30 +01:00
3bfe40688e Enable folding is sh filetype 2017-05-18 11:23:47 +01:00
dc7373b128 Don't set global settings in ftplugin 2017-05-09 17:44:51 +01:00
fe01a2d0b3 Update vim-plug 2017-05-05 21:23:33 +01:00
f0ba36cfe2 Fix vint warning and errors in functions.vim 2017-05-04 00:20:12 +01:00
8d28972e42 Update mappings to {i,n,v}noremap 2017-05-03 23:52:33 +01:00
64229d93c9 Use existing windows/tabs when jumping to errors 2017-05-03 23:38:11 +01:00
55ab473a15 Check features are available before using them 2017-05-03 23:23:24 +01:00
7e58cfd1d2 Add syntax folding for cmake 2017-05-03 22:56:30 +01:00
04f872cf5f Document indent options & check they exist 2017-05-03 22:17:09 +01:00
3a5caa8287 Add vim-khr plugin 2017-04-24 10:24:35 +02:00
c344bf997a Add comment text object plugin 2017-04-22 17:06:25 +01:00
810bad8403 Add ; to do/while snippet 2017-04-19 22:01:27 +01:00
ed635ec63e Use setlocal in TabWidth command 2017-04-12 17:02:10 +01:00
d869fac388 Add URI text object plugin 2017-03-31 22:18:56 +01:00
64f1ee0128 Allow C++ lambda snippet to be inline 2017-03-30 22:42:01 +01:00
e7bf9a29cf Tweet json filetype & syntax settings 2017-03-27 12:42:17 +01:00
39acb121e2 Add preview window mappings 2017-03-27 12:41:39 +01:00
4e41cb6642 Add C inline comment surround mapping 2017-03-27 12:40:54 +01:00
b4110c8a1b Fix vint warnings in vimrc 2017-03-09 00:15:13 +00:00
7294d2cbed Use '' not "" in fresh colorscheme 2017-03-09 00:14:50 +00:00
06cef2373d Override groovy syntax 2017-02-17 21:45:13 +00:00
204447631c Enable clang-tidy ale checker 2017-02-17 21:44:52 +00:00
c4b553f433 Revert to default json syntax 2017-02-17 21:44:25 +00:00
4164c874ee Improve ale echo message 2017-02-09 14:45:33 +00:00
f4fd5fd25c Make YCM goto buffer command split horizontally 2017-02-08 23:19:26 +00:00
b0a92dbbe9 Remove dev hack for format.vim loading 2017-02-07 21:50:26 +00:00
349ad5277d Load local plugins first 2017-02-07 21:43:18 +00:00
1b7fdbca36 Replace syntastic with ale 2017-02-06 11:44:15 +00:00
ae317c8009 Add LLVM IR syntax 2017-02-06 11:44:15 +00:00
2219bf1b91 Move plugins to .vim/bundle 2017-02-04 22:30:48 +00:00
cb4feafe2f Simplify xterm256-color detection 2017-02-03 14:38:41 +00:00
4290c56fcb Add missing <CR> from :lfirst mapping 2017-02-02 16:33:23 +00:00
6c65876ca2 Change markdown comment string to html 2017-02-01 23:24:15 +00:00
1c6695c712 Conceal on cursor hover normal mode for markdown 2017-01-28 09:23:11 -08:00
3cddc6ac9e Improve doxygen header snippet 2017-01-27 22:49:14 -08:00
14ba45942d Remove vim-instant-markdown 2017-01-28 05:37:27 +00:00
f84a56e2fa Enable folding in xml 2017-01-28 05:37:27 +00:00
dc3698774e Improve fzf mappings 2017-01-28 05:37:27 +00:00
98e2e6fb5f Namespace syntax match 2017-01-28 05:37:27 +00:00
f897c0213f Change relativenumber behaviour 2017-01-28 05:37:27 +00:00
2dd3d4d297 Match operator on word boundary only 2017-01-22 09:26:17 -08:00
05e9f2184e Update vim TERM checks 2017-01-11 20:27:30 +00:00
900f4a375b Increase syntax syn minlines to 500 2017-01-11 20:23:07 +00:00
52c623a2a3 Only flip relativenumber for cpp files 2017-01-11 20:17:26 +00:00
b3d4884ac7 Enabling folding in javascript files 2017-01-11 20:11:34 +00:00
ad3d0039e1 Add vim Caddyfile syntax 2017-01-11 20:11:05 +00:00
784fddd758 Change markdown fenced code block snippet trigger 2017-01-10 20:48:26 +00:00
294c915d0b Add markdown frontmatter snippet 2017-01-10 20:48:26 +00:00
ae2e5e2110 Add markdown link snippet 2017-01-08 23:58:50 +00:00
9a819ebd5b Add utc date time snippet 2017-01-08 11:51:06 +00:00
a2c1ae9c2e Make json syntax embed aware 2017-01-08 11:02:58 +00:00
d396a23316 Change div snippet, add nav snippet for html 2017-01-08 11:02:58 +00:00
c733ae1206 Extend html, css, and javascript syntaxes 2017-01-08 11:02:58 +00:00
0a62877cdc Add yaml frontmatter support to markdown 2017-01-08 11:02:58 +00:00
5649efe7e3 Add javascript function snippet 2017-01-08 11:02:58 +00:00
407794c5a1 Fix C ternary operator match 2017-01-03 12:59:46 +00:00
15dcb1d141 Update Codeplay copyright to use current year 2017-01-03 12:57:48 +00:00
d8bf0b8148 Customize json syntax highlights 2016-12-30 21:46:18 +00:00
fcb96c62af More cleanup let statements 2016-12-30 16:31:59 +00:00
12e739e1cf Swap autopairs.vim for leima.vim 2016-12-30 16:28:13 +00:00
597f3eb255 Change setting leader 2016-12-30 16:27:46 +00:00
2818217b8a Cleanup C/C++ syntax files 2016-12-29 20:55:47 +00:00
844990847a Improve markdown GitHub checkbox highlights 2016-12-26 12:28:19 +00:00
da48dc37d8 Fix cpp syntax match 2016-12-26 12:15:42 +00:00
67e1e5e564 Fix end of multi-line doxygen highlight 2016-12-26 12:12:32 +00:00
9b3699d4f4 Enable Doxygen mapping only for c, cpp filetypes 2016-12-26 12:10:13 +00:00
459e415a48 Add :Syntack command to view syntax group stack 2016-12-24 13:20:22 +00:00
1b5f88c2ca Add function to clone highlight groups with attrs 2016-12-24 13:19:32 +00:00
cd9ab97cae Change name of checkbox toggle functionality 2016-12-24 13:18:52 +00:00
b45fce4aa4 Simplify fold text 2016-12-24 13:16:51 +00:00
b571fe2416 Remap <C-L> to <C-W>L to get redraw back 2016-12-24 13:11:30 +00:00
f8a5c6553a Refactor and optimize C/C++ syntax highlights 2016-12-23 22:39:31 +00:00
0d72aef5ec Change show highlight mapping to use <leader> 2016-12-23 15:52:12 +00:00
78e90ff6d1 Improve GitHub checkbox highlighting 2016-12-23 15:19:53 +00:00
55826256d1 Set all.snippets to -1 priority 2016-12-23 15:08:48 +00:00
62b36d56f4 Add std::enable_if snippet 2016-12-23 15:01:03 +00:00
d5ba0b229d Remove macro_mode functions, use vim-replace 2016-12-23 15:00:15 +00:00
346083c91f Add vim-endwise 2016-12-13 18:28:29 +00:00
ab23df36e0 Add doxygen @see snippet 2016-12-01 15:31:17 +00:00
768dacf721 Default to a space in * [ ] snippet 2016-11-24 19:23:09 +00:00
09ae758457 Move json highlight overrides to after/syntax 2016-11-24 14:22:15 +00:00
e68fe08941 Add vim replay plugin for easy macro replay 2016-11-20 00:27:27 +00:00
9b755ff7f9 Improve doxygen markdown highlighting 2016-11-19 19:26:38 +00:00
14d99b15fa Improve YouCompleteMe/syntastic error/warning symbols 2016-11-19 17:38:45 +00:00
745df3394f Move .local_plugins.vim to .vim/local.vim 2016-11-19 17:38:45 +00:00
c0f824c95f Add vim-spirv plugin 2016-11-17 20:09:43 +00:00
2e7ab617e5 Replace vim-notes with note.vim 2016-11-16 21:01:26 +00:00
cd5b62dfb9 Add vim colorscheme morning-white for presentations 2016-11-16 21:01:26 +00:00
8ee3192f4f Update syntastic URL 2016-11-15 20:15:26 +00:00
c864d372c8 Make sign column color match number column 2016-11-15 20:14:49 +00:00
b9ef55b3a0 Improve some CMake snippets 2016-11-10 18:42:37 +00:00
ff9680cc42 Add vim-gitgutter plugin 2016-11-10 11:04:56 +00:00
b139533605 Add CMake generator expression snippet 2016-11-10 11:04:38 +00:00
498b759c44 Improve GitHub markdown checkbox snippet 2016-11-07 13:34:57 +00:00
64adef6480 Improve C++ namespace snippet 2016-11-04 23:22:33 +00:00
3f6aba0e4b Improve Doxygen snippets 2016-11-04 23:13:53 +00:00
16c84622b7 De-noise c pre-processor snippets 2016-11-04 22:23:00 +00:00
602a22eeb8 Shorten /// @copydoc snippet 2016-11-02 20:49:53 +00:00
61be83c00a Add asciidoc filetype plugin 2016-10-28 10:40:52 +09:00
dfa5ce172e Add TODO surround mapping for C/C++ 2016-10-28 10:36:11 +09:00
8d2d75a931 Improve XML attribute snippet, add XML comment snippet 2016-10-28 10:35:07 +09:00
ed26f9d53c Add todo's to investigate interesting vim settings 2016-10-25 08:43:16 +09:00
41eb5a17e6 Improve support for GitHub style checkboxes 2016-10-25 08:43:16 +09:00
740ab2776c Add highlighting of ternary operator in C/C++ 2016-10-25 08:43:16 +09:00
1d29d509ec Add GitHub check box to markdown syntax 2016-10-18 19:37:19 +01:00
6ac9f12eda Add Google Test snippets 2016-10-07 19:59:26 +01:00
f586dd76c6 Move doxygen snippets to separate file 2016-10-07 19:59:26 +01:00
96f203c276 Add noisy struct snippet 2016-10-07 19:59:26 +01:00
714ef293e0 Change diff highlight groups 2016-10-07 17:25:58 +01:00
080da93e51 Add googletest snippets 2016-09-30 17:20:08 +01:00
dd5557d518 Allow C++ casts to be substring 2016-09-30 17:20:08 +01:00
7839684186 Change template snippet to use class not typename 2016-09-30 17:20:08 +01:00
2903c4e78e Improve C main snippet 2016-09-30 17:20:08 +01:00
bb7bec892d Improve C++ for loop snippet 2016-09-27 13:42:36 +01:00
363fa8af7e Improve doxygen param snippet at brief snippet 2016-09-27 13:42:36 +01:00
5416bad1cf Update todo snippet 2016-09-27 00:30:37 +01:00
ead0ec3a0c Add static_assert snippet 2016-09-25 00:25:31 +01:00
df4d1c6dac 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
610ba4bc11 Switch to vim-table-mode from Tabular 2016-09-20 21:56:02 +01:00
bb971c068f Use <Space> in mappings instead of exec 2016-09-20 20:10:26 +01:00
1710c05777 Add comprehensive mappings for QuickFix and Location lists 2016-09-20 20:10:26 +01:00
deddfe1fff Move mapping into mappings.vim 2016-09-20 20:10:26 +01:00
b2cd4246b8 Add statement highlight for = delete in C/C++ 2016-09-20 20:10:26 +01:00
ec7826a9fc Fix bug in Doxygen highlighting 2016-09-20 20:10:26 +01:00
c30804c20d Add image link snippet for markdown 2016-09-20 20:10:26 +01:00
0d9cd0cf9d Change highlight group of nested name specifiers 2016-09-20 20:10:26 +01:00
f93ae6926c Highlight new/delete as operators 2016-09-20 20:10:26 +01:00
b13a1676ed Conditionally enable plugins on Windows 2016-09-14 10:05:04 +01:00
e5dde09c43 Add ignore file 2016-09-14 10:04:44 +01:00
d7a6ec3166 Improve C Doxygen highlights 2016-09-12 10:07:57 +01:00
eb326f945a Disabled annoying airline features 2016-09-11 17:16:58 +01:00
b40235313c Don't show mode in command line 2016-09-11 16:57:41 +01:00
9941bd120f Fix Python tab error highlighting 2016-09-11 14:42:56 +01:00
3f745ddbf1 Swap <C-f>c from :Commits to :Colors 2016-09-11 14:42:29 +01:00
7c56630037 Use K for YouCompleteMe GetDoc in C/C++ files 2016-09-11 14:42:01 +01:00
89fb6fc077 Document weird behaviour in gitcommit files 2016-09-11 13:18:03 +01:00
5abc94e1d9 Override groovy syntax file 2016-09-11 13:12:14 +01:00
5b37cf8d32 Change Folded foreground highlight 2016-09-11 13:04:59 +01:00
0a8d3b2293 Add support for folding python blocks in vim files 2016-09-11 13:02:20 +01:00
f1705c62a7 Move notes highlight overrides to ftplugin 2016-09-11 13:01:05 +01:00
872f4426ef Add custom fold functions for json 2016-09-11 13:00:08 +01:00
f9f07c120e Remove {{{ markers }}} from vimrc 2016-09-11 12:56:19 +01:00
fe7487b950 Remove vim-flake8 plugin 2016-09-11 11:45:35 +01:00
cc3f3cac56 Rename options.vim to settings.vim 2016-09-11 11:30:44 +01:00
8572ccea16 Reorder fileformats 2016-09-11 11:29:49 +01:00
258fecb2c1 Remove groovy.vim plugin 2016-09-11 11:27:31 +01:00
3a621270a5 Only load vim-cmake-completion for cmake files 2016-09-11 11:26:42 +01:00
c61d85e3f9 Improve custom vim fold expression 2016-09-08 22:57:01 +01:00
ca2451bab0 Improve Python folding behaviour 2016-09-08 22:10:31 +01:00
0fbffa38a2 Simplify C/C++ {} matching 2016-09-08 10:46:53 +01:00
a8b20931bb Improve DiffText highlight color 2016-09-08 09:43:36 +01:00
f0e3bb4fd8 Rename option to enable Doxygen comment highlights 2016-09-08 09:43:36 +01:00
d365c6f5dd Enable folding {} in C/C++ & delimiter highlights 2016-09-08 09:43:36 +01:00
ad61b378f3 Extend groovy syntax with Jenkins DSL tweeks 2016-09-08 00:15:49 +01:00
e9a9a35a97 Improve markdown folding & syntax highlights 2016-09-08 00:03:17 +01:00
1f101401f2 Simplify C param snippet 2016-09-06 11:20:53 +01:00
9b2571f774 Escape - cOperator match 2016-09-05 22:29:55 +01:00
7097922c9a Specialize << and >> highlight matches 2016-09-04 23:24:45 +01:00
edc81175c1 Add ? to C operator highlighting 2016-09-04 23:24:14 +01:00
1ecf23e555 Add C++ lambda function snippet 2016-09-04 22:47:01 +01:00
17881fb52a Add alignas, alignof, decltype to cppOperator group 2016-09-04 22:46:14 +01:00
0232fdcc4c Update fresh colorscheme 2016-09-04 21:47:32 +01:00
b0ad0bd67e Improve C/C++ syntax highlighting 2016-09-04 21:46:46 +01:00
da48bea4de Refactor C/C++ snippets 2016-09-04 21:43:53 +01:00
816e23a83a Add C++ cast snippets 2016-09-04 21:42:55 +01:00
487def5773 Simplify C++ class snippet 2016-09-04 21:42:27 +01:00
4f72cfdc94 Add date snippet to display Month DD, YYYY 2016-09-04 21:40:38 +01:00
ff94cf3002 Update me snippet to include nickname 2016-09-04 21:40:04 +01:00
1e9814b5ae Add improved additional C++ syntax highlighting 2016-09-02 22:37:51 +01:00
4788bc2f82 Remove plugin vim-native-syntax 2016-09-02 22:37:51 +01:00
e6a20d0edc User nicer blue for Vim Type highlight group 2016-09-02 22:37:51 +01:00
14bf703db1 Make it easier to repeat vim macros 2016-08-26 14:35:36 +01:00
8844fb0b35 Remove autocmd from custom surround variables 2016-08-23 20:15:50 +01:00
a54eabce92 Add vim-surround cmake mapping to make a variable 2016-08-23 10:51:46 +01:00
d94a960022 Change vim leader key to space 2016-08-17 17:28:32 +01:00
ddd0941057 Change surround mapping for creating markdown link 2016-08-11 11:14:24 +01:00
6d18e490c5 Enable tmux mouse support & add open, urlview 2016-08-10 15:36:04 +01:00
d8d6146119 Add K mapping for Python docs 2016-08-03 23:45:31 +01:00
e4a1a13465 Customise vim-surround for markdown link syntax 2016-07-24 13:53:52 -07:00
7867b5faed Load local vim plugins from non git file 2016-07-22 12:31:55 +01:00
ff7bcf3c90 Add syntastic vim plugin 2016-07-21 20:54:27 +01:00
fa28829854 Remove some markers after adding vim foldexpr 2016-07-17 23:41:06 +01:00
71759afba0 Improve the vim fold text, line content first 2016-07-17 23:33:12 +01:00
c8ad4f5427 Improve vim script fold with custom foldexpr 2016-07-17 23:32:11 +01:00
5675713d49 Make K mapping no remap for vim script 2016-07-17 23:30:24 +01:00
06edec0673 Add vim-jdaddy json plugin 2016-07-14 00:11:27 +01:00
e7b07ab0d7 Optionally load ~/Sandbox/format.vim if available 2016-07-10 23:06:51 +01:00
16ba7788d4 Improve gitcommit ftplugin settings 2016-07-06 21:24:33 +01:00
b246b42526 Remove ftdetect/python.vim due to wrong location 2016-07-06 21:20:58 +01:00
9441439d55 Remove <tab> from YouCompleteMe menu mappings 2016-07-06 20:50:48 +01:00
1bed3d319a Improve vmap 0 to play nice with comments 2016-07-06 20:48:14 +01:00
a1a60899bd Move fzf mappings to plugin/mappings.vim 2016-07-05 22:19:39 +01:00
94f46755d3 Restructure vim config 2016-07-05 21:29:27 +01:00
fd80755feb Remove clang-format.py script 2016-07-05 20:19:47 +01:00
efabe4051c Move vim color settings to .vim/plugin/color.vim 2016-07-05 20:15:22 +01:00
3bc143ac83 Move vim GUI options to .vim/gvimrc 2016-07-05 20:00:30 +01:00
2a73c446e3 Change <C-f>l to use :BLines 2016-07-05 19:35:24 +01:00
2b83e8c9a7 Move .vimrc to .vim/vimrc split platform detection 2016-07-05 19:35:11 +01:00
9fb1c4cbdd Fix xml snippet for api generator 2016-06-22 17:21:24 +01:00
707fac109f Rename and move GitHub style checkboxes snippet 2016-06-19 16:30:44 +01:00
b2c7df1757 Update vim WarningMsg highlight group 2016-06-16 22:37:04 +01:00
f532a55695 Add get vim function snippet 2016-06-16 22:37:04 +01:00
a464837924 Add me snippet for my name and email address 2016-06-16 22:37:04 +01:00
b9cd402371 Add vim normal mode filetype mapping K opens help 2016-06-16 22:37:04 +01:00
de2db13c5c Add noexpandtag for tags filetype 2016-06-11 21:39:36 +01:00
1f92cbcff7 Add vim-flake8 & don't use textwidth=80 in Python 2016-06-08 09:33:39 +01:00
38f1923462 Add vim if snippet 2016-05-29 21:16:19 +01:00
f449b7b23d Don't expand tabs in gitconfig files 2016-05-25 22:35:40 +01:00
157c8d1212 Add snippet for vim function 2016-05-25 21:01:21 +01:00
c78ed0546b Improve TODO and NOTE snippets when in comments 2016-05-21 00:55:43 +01:00
a06cf9b6eb Add Error and Question highlights to fresh.vim 2016-05-20 13:31:26 +01:00
a18af25107 Disable open on left and scroll off for help 2016-05-06 10:21:23 +01:00
7341fa2b18 Update fresh.vim 2016-05-03 20:47:31 +01:00
8b08a3140a Add GitHub markdown checklist snippet 2016-04-29 22:35:47 +02:00
f1ca0bb4b6 Add API snippets 2016-04-21 10:14:54 +01:00
f69b063bb8 Update vim-plug 2016-04-20 00:15:00 +01:00
0dbdc5e3f4 Final tweak vim-airline theme 2016-04-19 23:30:32 +01:00
e590df6267 Tweak colors for vim-airline fresh theme 2016-04-19 23:27:43 +01:00
baf5257763 Add StatusLine & WildMenu highlights 2016-04-19 23:26:56 +01:00
2cd7558056 Add fresh vim-airline theme 2016-04-19 22:57:17 +01:00
949dad6fc3 Improve vim python filetype settings 2016-04-17 20:03:00 +01:00
f79ac29a9e Tweek vim gitcommit settings 2016-04-17 16:06:45 +01:00
b27f73c53d Add more snippets 2016-04-17 15:12:20 +01:00
b561fefef5 Add generic TODO snippet using commentstring 2016-04-17 13:04:34 +01:00
86f595a25c Fix typo in copyright snippet! 2016-04-12 15:32:20 +01:00
2ec49b5814 Add vim mappings around yapf python formatter 2016-04-03 13:49:50 +01:00
87237e61ce Add python formatting options 2016-04-01 22:54:48 +01:00
2e8580f2ec Add TODO snippet for CMake 2016-03-21 16:41:26 +00:00
568e508a55 Simplify .vimrc layout & folds 2016-03-12 21:30:39 +00:00
35ef7b7a3d Move vim autocommands into ftdetect or ftplugin 2016-03-12 20:35:11 +00:00
0ae7a306c1 Add vim-plug script & update .vimrc 2016-03-09 08:07:00 +00:00
5b75570016 Remove Vundle submodule 2016-03-09 06:55:15 +00:00
88c7679944 Complete CMake snippets targeting version 3.0 2016-02-26 22:22:35 +00:00
e0e02a4246 Add remaining CMake string() snippets 2016-02-26 18:15:47 +00:00
3c57ab7859 Add more CMake snippets 2016-02-24 21:25:08 +00:00
e95959c20a Add more CMake snippets 2016-02-24 00:55:54 +00:00
80ff00f00f Make TODO and NOTE C snippets more general 2016-02-24 00:55:20 +00:00
d5118f31a0 Updates to fresh.vim colorscheme 2016-02-20 19:01:12 +00:00
6faab559cf Merge commit '5aaacb96c0a93d4f7a48c2fb7c80a65840810876' 2016-02-18 14:38:05 +00:00
e7674c6dcd 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
090b6e6dd1 Remove Ultisnips submodule 2016-02-11 14:35:19 +00:00
8bce293ed3 Update UltiSnips submodule 2016-02-11 14:06:08 +00:00
52ebb7df9c Update UltiSnips submodule 2016-02-11 11:35:28 +00:00
c3e92b474e Update UltiSnips submodule 2016-02-09 11:54:32 +00:00
65091e5326 Update UltiSnips submodule 2016-02-07 12:30:21 +00:00
48b5899390 Update UltiSnips submodule 2016-02-01 14:28:39 +00:00
c3a14abf10 Update UltiSnips submodule with some cmake snippets 2016-02-01 12:53:57 +00:00
376763a14a Add UltiSnips submodule 2016-01-23 00:10:55 +00:00
89830c579e Remove redmine.snippets 2016-01-23 00:09:49 +00:00
3424e872aa Update vim clang-format.py 2015-11-18 23:18:35 +00:00
b0b2d05a56 Update Vundle.vim 2015-11-10 11:21:39 +00:00
2e9e9e948b Match vim status colour to tmux 2015-11-07 22:13:35 +00:00
2843472fa1 Add vim snippets for redmine filetype 2015-10-14 17:34:34 +01:00
d07d95cfa7 Use vim after/ftplugin/c.vim to support '///' doxygen comments 2015-10-08 21:40:30 +01:00
b66a1c4767 Add submodule Vundle.vim replacing unmaintained vundle 2015-08-23 22:44:51 +01:00
55112fe034 Remove submodule vundle 2015-08-23 22:41:09 +01:00
6bc24c53e1 Update vim submodule vundle 2015-06-29 19:31:11 +01:00

Diff Content Not Available