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
bc9757916e
Add all vim filetypes
2020-10-06 18:54:19 +02:00
Adam Stankiewicz
c6fa4d2bf5
Add extensions to vlang
2020-10-06 11:02:00 +02:00
Adam Stankiewicz
32b097f67e
Add some missing filetypes
2020-10-04 22:20:23 +02:00
Adam Stankiewicz
04d110660e
Fix formatting
2020-10-04 21:25:26 +02:00
Adam Stankiewicz
c0b866aac3
Add graphql indentation again, thanks @jparise!
2020-10-04 21:19:51 +02:00
Adam Stankiewicz
b4868c7ea7
Add comments for some extensions + test
2020-10-04 21:17:06 +02:00
Adam Stankiewicz
539952f922
Prevent warning for ps1xml heuristics, #570
2020-09-29 19:38:49 +02:00
Adam Stankiewicz
b5cc8fc336
Remove ambiguity for terraform files, #570
2020-09-29 19:35:05 +02:00
Adam Stankiewicz
1872af2d5e
Fix detection of conf files, closes #569
2020-09-29 19:11:11 +02:00
Adam Stankiewicz
31409eaafb
Fix all warning messages
2020-09-28 18:56:36 +02:00
Adam Stankiewicz
f431aee86e
Change less provider, closes #567
2020-09-28 18:28:56 +02:00
Adam Stankiewicz
6a086b0c79
Fix many extensions detection
2020-09-28 03:00:01 +02:00
Adam Stankiewicz
417df69667
Fix zsh missing filenames
2020-09-28 02:19:06 +02:00
Adam Stankiewicz
ae778bdb17
Add missing filetypes for sql
2020-09-28 01:33:57 +02:00
Adam Stankiewicz
b7598ff0c5
Add missing filetypes for systemd
2020-09-28 01:23:00 +02:00
Adam Stankiewicz
312e95099d
Show warnings only for DEV build
2020-09-28 00:43:36 +02:00
Adam Stankiewicz
63369f98ef
Fix missing filetypes detection
2020-09-28 00:41:10 +02:00
Adam Stankiewicz
2116dd281b
Fix some missing extensions warnings
2020-09-28 00:31:39 +02:00
Adam Stankiewicz
4f36a63813
Update filenames for gitignore
2020-09-25 00:09:44 +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
e2bbed8acc
Fix django highlighting, fixes #553
2020-09-24 10:50:19 +02:00
Adam Stankiewicz
3a298c9759
Add more advanced cpp syntax, #557
2020-09-23 22:04:29 +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
be092d6f43
Fix jsx indentation, closes #543
2020-09-10 12:18:29 +02:00
Adam Stankiewicz
fb7cf8a9ab
Update
2020-09-10 10:30:32 +02:00
Adam Stankiewicz
002573265a
Fix some ftdetect issues from tests
2020-09-08 21:17:24 +02:00
Adam Stankiewicz
46040f3ffd
Add heuristics for .h extension
2020-09-06 23:37:24 +02:00
Adam Stankiewicz
48254ec7ad
Add more apache filetypes
2020-09-06 21:07:04 +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
Adam Stankiewicz
57badea2dc
Ignore idris2 doc, fixes #538
2020-09-06 02:34:46 +02:00
CodingCellist
3baafd5c33
Add support for Idris2, closes #534 ( #535 )
2020-09-05 21:37:11 +02:00
Adam Stankiewicz
262960fa22
Synchronize shiftwidth with tabstop by default
2020-09-04 18:29:53 +02:00
Adam Stankiewicz
48f59577c8
Switch to neovim version of help filetype, fixes #536
2020-09-04 12:11:55 +02:00
Adam Stankiewicz
7123e97498
Disable native autocommands when appropriate, fixes #533
2020-09-03 05:36:55 +02:00
Adam Stankiewicz
f2ef4cedec
Fix reason filetype detection, closes #532
2020-09-01 23:02:36 +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
6ed481e463
Make sure all extensions are covered
2020-08-27 15:01:44 +02:00
Adam Stankiewicz
c1e1870a3d
Fix ocaml and dune ftdetect
2020-08-27 09:30:50 +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