Skip to content

Commit 839447b

Browse files
rYR79435sheerun
andauthored
Replace i3 and sway with a single repo, fixes #709 (#716)
Co-authored-by: Adam Stankiewicz <[email protected]>
1 parent 85a1c3d commit 839447b

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
102102
- [hive](https://github.com/zebradil/hive.vim) (HiveQL syntax highlighting for q, hql and ql files)
103103
- [hjson](https://github.com/hjson/vim-hjson) (Syntax highlighting for hjson files)
104104
- [html5](https://github.com/othree/html5.vim)
105-
- [i3](https://github.com/mboughaba/i3config.vim) (Syntax highlighting for i3.config and i3config files)
105+
- [i3/sway](https://github.com/jamespeapen/swayconfig.vim/tree/i3sway) (Syntax highlighting for i3.config, i3config, sway.config and swayconfig files)
106106
- [icalendar](https://github.com/chutzpah/icalendar.vim) (Syntax highlighting for ics files)
107107
- [idris2](https://github.com/edwinb/idris2-vim) (Syntax highlighting for idr, ipkg and lidr files)
108108
- [idris](https://github.com/idris-hackers/idris-vim) (Idris syntax highlighting for idr and lidr files)
@@ -182,7 +182,6 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr
182182
- [svelte](https://github.com/leafOfTree/vim-svelte-plugin) (Svelte syntax highlighting for svelte files)
183183
- [svg-indent](https://github.com/jasonshell/vim-svg-indent)
184184
- [svg](https://github.com/vim-scripts/svg.vim) (SVG syntax highlighting for svg files)
185-
- [sway](https://github.com/aouelete/sway-vim-syntax)
186185
- [swift](https://github.com/keith/swift.vim) (Swift syntax highlighting for swift files)
187186
- [sxhkd](https://github.com/baskerville/vim-sxhkdrc) (Syntax highlighting for sxhkdrc files)
188187
- [systemd](https://github.com/wgwoods/vim-systemd-syntax) (Syntax highlighting for automount, dnssd, link, mount, netdev and 9 more files)

packages.yaml

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -807,19 +807,6 @@ filetypes:
807807
extra_extensions:
808808
- ql
809809
---
810-
name: i3
811-
remote: mboughaba/i3config.vim
812-
filetypes:
813-
- name: i3config
814-
filenames:
815-
- i3.config
816-
- i3config
817-
- .i3.config
818-
- .i3config
819-
extensions:
820-
- i3.config
821-
- i3config
822-
---
823810
name: icalendar
824811
remote: chutzpah/icalendar.vim
825812
filetypes:
@@ -5586,12 +5573,12 @@ filetypes:
55865573
description: Hjson (https://hjson.github.io)
55875574
---
55885575
name: sway
5589-
remote: aouelete/sway-vim-syntax
5576+
remote: jamespeapen/swayconfig.vim/tree/i3sway
55905577
filetypes:
5591-
- name: sway
5578+
- name: i3config
55925579
patterns:
5593-
- pattern: '*sway/config'
5594-
description: Sway Configuration
5580+
- pattern: 'i3.config,*.i3config,*.i3.config,*sway/config,*.swayconfig,*.sway.config,sway.config'
5581+
description: Sway/i3 Configuration
55955582
---
55965583
name: just
55975584
remote: NoahTheDuke/vim-just

0 commit comments

Comments
 (0)