Adam Stankiewicz
b2640b5b76
Fix detection of indentation, #537
2020-09-04 17:31:22 +02:00
Adam Stankiewicz
c30ba66d22
Let user select tabstop, by not changing it
2020-09-04 14:23:18 +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
520389bbfd
Add test for terraform
2020-09-03 05:38:07 +02:00
Adam Stankiewicz
7123e97498
Disable native autocommands when appropriate, fixes #533
v4.8.1
2020-09-03 05:36:55 +02:00
Adam Stankiewicz
63119f09d1
Automatically detect indentation, closes #529
v4.8.0
2020-09-01 23:38:17 +02:00
Adam Stankiewicz
f2ef4cedec
Fix reason filetype detection, closes #532
v4.7.1
2020-09-01 23:02:36 +02:00
Adam Stankiewicz
45c1923f43
Add sql support for javascript
v4.7.0
2020-09-01 16:02:38 +02:00
Adam Stankiewicz
8dd0474feb
Remove vim-sql-syntax, #528
v4.6.1
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
v4.6.0
2020-09-01 08:33:15 +02:00
Tim Bedard
d4fcef1aa8
add missing period to fix mako detection ( #530 )
2020-08-29 12:17:29 +02:00
Adam Stankiewicz
7972e8eea1
Build
v4.5.5
2020-08-27 15:02:54 +02:00
Adam Stankiewicz
6ed481e463
Make sure all extensions are covered
2020-08-27 15:01:44 +02:00
Adam Stankiewicz
c1e1870a3d
Fix ocaml and dune ftdetect
v4.5.4
2020-08-27 09:30:50 +02:00
Adam Stankiewicz
f0d6ecff07
Build
2020-08-25 23:09:24 +02:00
Tim Bedard
15e5df246e
Add missing newlines ( #527 )
2020-08-25 23:08:33 +02:00
Adam Stankiewicz
94ababe91f
Fix ansible ftdetect
2020-08-25 14:28:44 +02:00
Adam Stankiewicz
080b8cdc60
Fix ansible ftdetect
2020-08-25 14:26:38 +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
Adam Stankiewicz
38ce8e9cb6
Use make in CI
2020-08-24 11:53:03 +02:00
Adam Stankiewicz
55ad5a982a
Migrate to makefile
2020-08-24 11:52:33 +02:00
Adam Stankiewicz
b2055afaa7
Migrate only after dirs
2020-08-24 11:48:35 +02:00
Adam Stankiewicz
63a175357a
Remove some custom dirs config
2020-08-24 10:56:09 +02:00
Adam Stankiewicz
25db54573a
Mention vim-polyglot is more secure than using individual packs
v4.5.3
2020-08-24 10:32:03 +02:00
Adam Stankiewicz
d1bfe50419
Ignore compiler for javascript, fixes #521
2020-08-24 10:29:39 +02:00
Adam Stankiewicz
22e8e01c1e
Use setf for ambiguous extensions
v4.5.2
2020-08-24 09:52:25 +02:00
Adam Stankiewicz
30bef582ba
Fix blade ftdetect
v4.5.1
2020-08-24 09:31:34 +02:00
Adam Stankiewicz
74d940cda3
Remove travis
2020-08-24 00:21:35 +02:00
Adam Stankiewicz
54d2386262
Update readme
2020-08-24 00:05:31 +02:00
Adam Stankiewicz
a47c315b01
Update readme
2020-08-24 00:04:36 +02:00
Adam Stankiewicz
ff0ada0dc3
Fix CI
2020-08-24 00:01:53 +02:00
Adam Stankiewicz
e194de5875
Debug CI
2020-08-23 23:59:02 +02:00
Adam Stankiewicz
012cf89210
Fix CI
2020-08-23 23:54:23 +02:00
Adam Stankiewicz
ac71777dc2
Fix CI
2020-08-23 23:40:50 +02:00
Adam Stankiewicz
23defeb610
fix: Migrate build script to ruby
2020-08-23 23:35:05 +02:00
Adam Stankiewicz
114a93bb7c
Migrate ftdetect generation to ruby
2020-08-23 23:25:06 +02:00
Adam Stankiewicz
f3ab28a287
Move packages to yaml file
2020-08-23 19:39:42 +02:00
Adam Stankiewicz
bc3b36088e
Update
2020-08-23 17:26:30 +02:00
Adam Stankiewicz
5d0150e326
Migrate build script to ruby
2020-08-21 19:49:36 +02:00
Adam Stankiewicz
cf8e31ff7f
Update
2020-08-21 14:51:19 +02:00
Adam Stankiewicz
0df1bfa0c5
Add requirements.txt support, closes #507
v4.5.0
2020-08-18 23:31:31 +02:00
Adam Stankiewicz
f7302d9262
Add jq syntax, closes #502
2020-08-18 23:25:22 +02:00
Adam Stankiewicz
7e38f4288a
Add improved sql syntax, closes #505
2020-08-18 23:22:09 +02:00
Adam Stankiewicz
e521ba3ae2
Add fennel support, closes #514
2020-08-18 23:09:35 +02:00
Adam Stankiewicz
ee4f51587d
Add ftdetect for jsonnet
2020-08-18 23:06:10 +02:00
Adam Stankiewicz
20a388cbc8
Add jsonnet support, closes #515
2020-08-18 23:04:38 +02:00