|
c41edaa550
|
Remove cruft and add TODO's
|
2018-08-25 22:20:06 +01:00 |
|
|
46a4b864e4
|
Move rarely used functions to autoload
|
2018-08-25 22:20:06 +01:00 |
|
|
9a6f683850
|
Enable visual highlight of trail spaces and tabs
|
2018-08-25 22:20:06 +01:00 |
|
|
5dcb7ccbf4
|
Remove autocmd to right string white space
|
2018-08-25 22:20:05 +01:00 |
|
|
1376ada6ec
|
Add highlight group for SpecialKey
|
2018-08-25 22:20:05 +01:00 |
|
|
8156667077
|
Fix Markdown fenced code block snippet
|
2018-08-25 22:20:05 +01:00 |
|
|
8190c5d8d6
|
Add groovy syntax support for keyword args
|
2018-08-25 22:20:05 +01:00 |
|
|
cb3209eec4
|
Add python snippet to insert ipdb breakpoint
|
2018-08-25 22:20:05 +01:00 |
|
|
e6be50a3af
|
Add CMake debug snippet
|
2018-08-25 22:20:05 +01:00 |
|
|
be3492c9e9
|
Add fprintf debug snippet for C/C++ files
|
2018-08-25 22:20:05 +01:00 |
|
|
501eb236ba
|
Add asciidoc refpage snippet
|
2018-08-25 22:20:05 +01:00 |
|
|
13e197426a
|
Enable spelling for asciidoc filetype
|
2018-08-25 22:20:05 +01:00 |
|
|
414ce03a80
|
Add :ISort vim command
|
2018-08-25 22:20:04 +01:00 |
|
|
ab8bdcee83
|
Add vim command snippet
|
2018-08-25 22:20:04 +01:00 |
|
|
5a151e95d8
|
Add .env/.out filetype autocmds
|
2018-08-25 22:20:04 +01:00 |
|
|
0b4fcc62f3
|
Add augroup vim snippet
|
2018-08-25 22:20:04 +01:00 |
|
|
c0c141b365
|
Update gitconfig filetype to use tabstop=8
|
2018-08-25 22:20:04 +01:00 |
|
|
45e228a776
|
Remove lexima because it broke vim-endwise
Also change to fork of vim-endwise with CMake support
|
2018-08-25 22:20:04 +01:00 |
|
|
b2051053fb
|
Only match = default when ends on word boundary
|
2018-08-25 22:20:04 +01:00 |
|
|
96e882270b
|
Add GitGutter next/prev hunk mappings
|
2018-08-25 22:20:04 +01:00 |
|
|
e1906cc823
|
Use global setting for Python highlights
|
2018-08-25 22:20:04 +01:00 |
|
|
3cce38da8c
|
Obey cpp options in c syntax file
|
2018-08-25 22:20:03 +01:00 |
|
|
9b3c258e42
|
Add cpp explicit function template highlight
|
2018-08-25 22:20:03 +01:00 |
|
|
918460068e
|
Add more vim colorschemes
|
2018-08-25 22:20:03 +01:00 |
|
|
b712930d75
|
Add main Python snippet
|
2018-08-25 22:20:03 +01:00 |
|
|
f1f0028953
|
Add mapping for :Ag <cword>
|
2018-08-25 22:20:03 +01:00 |
|
|
35ae98dbbf
|
Add missing zsh option keyword to vim syntax
|
2018-08-25 22:20:03 +01:00 |
|
|
67b374b0ba
|
Add function folding to zsh filetype
|
2018-08-25 22:20:03 +01:00 |
|
|
d219aa1fb7
|
Make fresh colors less garish
Make SpellBad and Underlined readable and make SpellCap purple.
|
2018-08-25 22:20:03 +01:00 |
|
|
66de6f68fb
|
Add % and . to llvm iskeyword list
|
2018-08-25 22:20:03 +01:00 |
|
|
3ac735edf5
|
Use default tab width in markdown
Also check if +syntax is available before enabling spell.
|
2018-08-25 22:20:02 +01:00 |
|
|
9840dd9edb
|
Add zsh snippets
|
2018-08-25 22:20:02 +01:00 |
|
|
91237cc098
|
Add std::printf and std::fprintf snippets
|
2018-08-25 22:20:02 +01:00 |
|
|
969f3fa0a7
|
Improve groovy syntax highlighting
|
2018-08-25 22:20:02 +01:00 |
|
|
810bcd2104
|
Enable folding is sh filetype
|
2018-08-25 22:20:02 +01:00 |
|
|
62477c3bd1
|
Don't set global settings in ftplugin
|
2018-08-25 22:20:02 +01:00 |
|
|
bcae80d546
|
Update vim-plug
|
2018-08-25 22:20:02 +01:00 |
|
|
3a7eafdc0a
|
Fix vint warning and errors in functions.vim
|
2018-08-25 22:20:02 +01:00 |
|
|
0681a8651e
|
Update mappings to {i,n,v}noremap
|
2018-08-25 22:20:02 +01:00 |
|
|
00f44fe444
|
Use existing windows/tabs when jumping to errors
|
2018-08-25 22:20:02 +01:00 |
|
|
084c306fbb
|
Check features are available before using them
|
2018-08-25 22:20:01 +01:00 |
|
|
04b4c2e7b5
|
Add syntax folding for cmake
|
2018-08-25 22:20:01 +01:00 |
|
|
d72e6d73d4
|
Document indent options & check they exist
|
2018-08-25 22:20:01 +01:00 |
|
|
b20e342499
|
Add vim-khr plugin
|
2018-08-25 22:20:01 +01:00 |
|
|
fa542cdd01
|
Add comment text object plugin
|
2018-08-25 22:20:01 +01:00 |
|
|
c27a51b3ed
|
Add ; to do/while snippet
|
2018-08-25 22:20:01 +01:00 |
|
|
ac4e17ae6b
|
Use setlocal in TabWidth command
|
2018-08-25 22:20:01 +01:00 |
|
|
99f7740074
|
Add URI text object plugin
|
2018-08-25 22:20:01 +01:00 |
|
|
be59030566
|
Allow C++ lambda snippet to be inline
|
2018-08-25 22:20:01 +01:00 |
|
|
eb1bd9120f
|
Tweet json filetype & syntax settings
|
2018-08-25 22:20:00 +01:00 |
|