Adam Stankiewicz
8f9e5ac70b
Add extensions to the readme
2020-10-16 14:08:54 +02:00
Adam Stankiewicz
23d7b0931d
Use language names instead of filetype names
2020-10-16 13:49:57 +02:00
Adam Stankiewicz
3ee6ab9d13
Update
2020-10-16 13:41:54 +02:00
Adam Stankiewicz
cd919c0039
Mention filetypes in the readme
2020-10-16 13:40:50 +02:00
Adam Stankiewicz
3ac0dd5a80
Alaways use native vim syntax, fixes #582
2020-10-14 23:47:17 +02:00
Adam Stankiewicz
bbee246aae
Add and fix tests from upstream vim
2020-10-14 23:01:53 +02:00
Adam Stankiewicz
bb3de8fa5e
Fix markdown and other highlighting, #578
2020-10-08 00:40:28 +02:00
Adam Stankiewicz
b3763a917a
Use neovim version of .vim highlighting, #578
2020-10-07 23:52:17 +02:00
Adam Stankiewicz
4bec20ec1a
Fix test and loading of filetypes, closes #577
2020-10-07 21:51:30 +02:00
Adam Stankiewicz
9f4e2b6834
Remove context from packages, fixes #575
2020-10-07 13:01:20 +02:00
Adam Stankiewicz
619a7a854b
Remove man plugin from vim, it does not work for nvim, closes #576
2020-10-07 12:48:46 +02:00
Adam Stankiewicz
214ecc1384
Update readme
2020-10-06 19:00:50 +02:00
Adam Stankiewicz
a96c420e14
Simplify list of packages
2020-10-06 19:00:11 +02:00
Adam Stankiewicz
bc9757916e
Add all vim filetypes
2020-10-06 18:54:19 +02:00
Adam Stankiewicz
32b097f67e
Add some missing filetypes
2020-10-04 22:20:23 +02:00
Adam Stankiewicz
bff55a54fa
Update Vim 8 installation instructions
2020-10-02 00:44:02 +02:00
Adam Stankiewicz
560024abe0
Resolve issues with loading order, closes #571
2020-10-02 00:36:09 +02:00
Adam Stankiewicz
5d7121d829
Update README.md
2020-09-30 11:03:53 +02:00
Adam Stankiewicz
8b272d6e52
Document how to install with vim8 packages
2020-09-30 05:38:14 +02:00
Adam Stankiewicz
7036147860
Brag in readme about shortened ftdetect time
2020-09-30 01:23:41 +02:00
Adam Stankiewicz
1872af2d5e
Fix detection of conf files, closes #569
2020-09-29 19:11:11 +02:00
Adam Stankiewicz
f431aee86e
Change less provider, closes #567
2020-09-28 18:28:56 +02:00
Adam Stankiewicz
ae778bdb17
Add missing filetypes for sql
2020-09-28 01:33:57 +02:00
Adam Stankiewicz
d6479bbf0b
Change gitignore provider
2020-09-25 00:07:37 +02:00
Adam Stankiewicz
d53d2189b9
Add support for .gitignore highlighting
2020-09-24 23:24:42 +02:00
Adam Stankiewicz
444e7f184d
Change maintained badge
2020-09-24 19:00:06 +02:00
Adam Stankiewicz
e2bbed8acc
Fix django highlighting, fixes #553
2020-09-24 10:50:19 +02:00
Adam Stankiewicz
c284af58fa
Update readme
2020-09-23 23:55:28 +02:00
Adam Stankiewicz
50aa05bd72
Allow to disable only syntax highlighting, #556
2020-09-23 23:49:57 +02:00
Adam Stankiewicz
3a298c9759
Add more advanced cpp syntax, #557
2020-09-23 22:04:29 +02:00
Adam Stankiewicz
92cb76e33a
Fix polyglot_disabled docs, closes #555
2020-09-23 09:43:36 +02:00
Adam Stankiewicz
17c2b630e1
Write heuristics for perl, closes #550
2020-09-16 15:50:39 +02:00
Adam Stankiewicz
271679272c
Fix eruby filetype detect, closes #547
2020-09-15 11:19:56 +02:00
Adam Stankiewicz
05ff14bfda
Add odin support, closes #544
2020-09-10 16:38:32 +02:00
Adam Stankiewicz
1eed30b2af
Fix filetype detection and docini filetypes
2020-09-10 14:07:02 +02:00
Adam Stankiewicz
002573265a
Fix some ftdetect issues from tests
2020-09-08 21:17:24 +02:00
Adam Stankiewicz
cd2fded0e0
Add support for Visual Basic and Basic
2020-09-06 20:51:38 +02:00
Adam Stankiewicz
255345bf95
Remove stephpy/vim-yaml syntax
...
It causes issues:
- https://github.com/dracula/vim/pull/163
- https://github.com/stephpy/vim-yaml/issues/22
2020-09-06 19:25:34 +02:00
Adam Stankiewicz
d9ee362537
Fix weird indentation issue of yaml
2020-09-06 15:08:20 +02:00
CodingCellist
3baafd5c33
Add support for Idris2, closes #534 ( #535 )
2020-09-05 21:37:11 +02:00
Adam Stankiewicz
4df00e6574
Allow to disable autoindent with g:polyglot_disabled
2020-09-04 14:18:37 +02:00
Adam Stankiewicz
48f59577c8
Switch to neovim version of help filetype, fixes #536
2020-09-04 12:11:55 +02:00
Adam Stankiewicz
96179c95ba
Update contribution info
2020-09-03 17:16:08 +02:00
Adam Stankiewicz
63119f09d1
Automatically detect indentation, closes #529
2020-09-01 23:38:17 +02:00
Adam Stankiewicz
45c1923f43
Add sql support for javascript
2020-09-01 16:02:38 +02:00
Adam Stankiewicz
8dd0474feb
Remove vim-sql-syntax, #528
2020-09-01 15:55:43 +02:00
Adam Stankiewicz
e166f741ef
Some major updates including heuristics
...
- Allow to define heuristics in heuristics.yaml
- Migrate all filetypes from vim beginning with "a"
- Remove enhanced cpp syntax (it was too slow to load)
- Use setf instead of set ft for setting filetype (faster)
- Override native hauristics with au!
- Add globbing of files for packages
- Replace predefined dirs with extra_dirs and ignored_dirs
- Allow to define proper order of packages with topological sort
- Fix powershell detection
- Lint and fix many packages.yaml issues
- etc etd
2020-09-01 08:33:15 +02:00
Adam Stankiewicz
e47af23f64
Cleanup ftdetect
2020-08-25 14:03:03 +02:00
Adam Stankiewicz
8f5134aef8
Include docs of plugins
2020-08-24 12:37:31 +02:00
Adam Stankiewicz
be8d039e02
Remove vifm and test all filetypes
2020-08-24 12:34:24 +02:00