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