105 Commits

Author SHA1 Message Date
6d2fbc2ac5 Add cmake surround for generator expressions 2019-04-04 17:24:32 +01:00
f730d382bc Highlight *.ronn as markdown 2019-03-17 16:03:33 +00:00
8a10516961 Extend syntax/llvm.vim for better highlighting 2018-12-13 16:19:46 +00:00
8fc26f9227 Add python highlight blocks to gdbinit syntax 2018-12-03 11:39:51 +00:00
51621e8134 Remove vim-plug and use minpac
* Add `Pack`, `PackUpdate`, `PackStatus` and `PackClean` commands to
  manage plugins.
* Don't load `minpac` by default.
* Remove `vim-plug` completely.
2018-11-30 19:41:21 +00:00
91dc036e8f Open *.def has cpp filetype 2018-10-25 19:06:00 +01:00
53c971b802 Use vim-coiled-snake instead of custom Python fold 2018-09-03 22:16:40 +01:00
e745c6ebdf Improve C/C++ intent settings 2018-08-28 11:10:40 +01:00
825b947de6 Fix switch case statement indentation 2018-08-26 11:49:11 +01:00
c019ce9d67 Use default tabstop width 2018-08-26 11:48:55 +01:00
c9ae77e5a2 Open .enter and .exit as zsh filetype 2018-08-26 11:25:41 +01:00
91eeee13bc Add delimiter highlighting to zsh 2018-08-26 10:51:11 +01:00
970c674381 Set lit[.local].cfg to Python & disable ALE 2018-08-26 10:51:11 +01:00
1be7ef4250 Don't highlight markdown errors 2018-08-26 10:51:11 +01:00
d225180985 Change netrw highlight group 2018-08-26 10:51:11 +01:00
02370ce6e7 Add TODO for Python syntax folding bug 2018-08-26 10:51:11 +01:00
f75b723ec6 Add make filetype config 2018-08-26 10:51:11 +01:00
3dedbaf1c4 Set commentstring for OpenCL files 2018-08-26 10:51:11 +01:00
47bc7f0eb3 Use 4 space tabs in YAML files 2018-08-26 10:51:11 +01:00
946c5bc252 Enable spelling for asciidoc filetype 2018-08-26 10:50:08 +01:00
e8a6098bd6 Update gitconfig filetype to use tabstop=8 2018-08-26 10:50:08 +01:00
67257ebb98 Use global setting for Python highlights 2018-08-26 10:50:07 +01:00
5f08372d83 Obey cpp options in c syntax file 2018-08-26 10:50:07 +01:00
3dd8259c01 Add missing zsh option keyword to vim syntax 2018-08-26 10:50:07 +01:00
b5f51c0542 Add function folding to zsh filetype 2018-08-26 10:50:07 +01:00
f90b63d30d Add % and . to llvm iskeyword list 2018-08-26 10:50:07 +01:00
fbba77dede Use default tab width in markdown
Also check if +syntax is available before enabling spell.
2018-08-26 10:50:07 +01:00
939e5e0599 Don't set global settings in ftplugin 2018-08-26 10:50:07 +01:00
df48f1f607 Add syntax folding for cmake 2018-08-26 10:50:07 +01:00
7df1cb7b26 Document indent options & check they exist 2018-08-26 10:50:07 +01:00
919c3e6b88 Tweet json filetype & syntax settings 2018-08-26 10:50:07 +01:00
12755c630b Add C inline comment surround mapping 2018-08-26 10:50:07 +01:00
090ffcbcc8 Override groovy syntax 2018-08-26 10:50:07 +01:00
dcea5ede4a Revert to default json syntax 2018-08-26 10:50:07 +01:00
b5772a3821 Change markdown comment string to html 2018-08-26 10:50:07 +01:00
53b0bfb646 Conceal on cursor hover normal mode for markdown 2018-08-26 10:50:07 +01:00
ab8e113145 Enabling folding in javascript files 2018-08-26 10:49:14 +01:00
5f5ecde607 Extend html, css, and javascript syntaxes 2018-08-26 10:49:14 +01:00
c0a2bb9bb2 Add yaml frontmatter support to markdown 2018-08-26 10:49:14 +01:00
a97e9a4589 Fix C ternary operator match 2018-08-26 10:49:14 +01:00
5076be4792 Customize json syntax highlights 2018-08-26 10:49:14 +01:00
3651e021a5 Cleanup C/C++ syntax files 2018-08-26 10:49:14 +01:00
a8a1666ff0 Improve markdown GitHub checkbox highlights 2018-08-26 10:49:14 +01:00
a9ad1f0543 Fix end of multi-line doxygen highlight 2018-08-26 10:49:14 +01:00
567b93b256 Enable Doxygen mapping only for c, cpp filetypes 2018-08-26 10:49:14 +01:00
3d43c5460c Refactor and optimize C/C++ syntax highlights 2018-08-26 10:49:14 +01:00
4ac2924f7b Improve GitHub checkbox highlighting 2018-08-26 10:49:14 +01:00
239ffea954 Move json highlight overrides to after/syntax 2018-08-26 10:48:16 +01:00
ee1b482762 Improve doxygen markdown highlighting 2018-08-26 10:48:16 +01:00
23b7aeb64d Add asciidoc filetype plugin 2018-08-26 10:45:25 +01:00