update gitmodules and addapt config to it

This commit is contained in:
Al-Hassan Abdel-Raouf 2021-12-06 15:08:51 +02:00
parent 40e9a143c3
commit 59351766da
10 changed files with 24 additions and 12 deletions

@ -1 +1 @@
Subproject commit 4d85e6bfa53c0ddf7f66aa821f08deb9b4a6b02e
Subproject commit d3d929dbba9e89a8ce2101b1e1b044a727264513

@ -1 +1 @@
Subproject commit 65bf8eaa6dc89d9bd378d051baba08c271efdb88
Subproject commit 7877b992ccfeeed1cc1736580e4e022939cbabc3

@ -1 +1 @@
Subproject commit e57966069c12c950a17a9d1a4e1238a9bf8448a0
Subproject commit bf8634468afaa73ad874dd86793061d66b879a0c

@ -1 +1 @@
Subproject commit e6c69b4092d261848e96f3dfb10414bf5489edb9
Subproject commit 36fc290ba8e94b2081c716d7ec0b4a6defcb9380

@ -1 +1 @@
Subproject commit cabf68cb822b3bc01102452dcd6b3e881bcd6402
Subproject commit 9c158998a411594a8737414a783a1ec7d6cc57d0

@ -1 +1 @@
Subproject commit e6753fd7968efc2078986b1fb14c44c0b73de8fa
Subproject commit 25e8752cf06c00c64582fa6450bd0ad006505be6

@ -1 +1 @@
Subproject commit bfce39a8994a4692453ef6eb6a806e147a84f555
Subproject commit bdd74c2d3a487b9a9080d60124fc17a2c411e2bc

@ -1 +1 @@
Subproject commit 227a15b679ee4635108a9467d9c4f0fe54daf910
Subproject commit b4568c55af1eece8665e2f182065c8575c121750

View File

@ -1,7 +1,7 @@
-- load standard vis module, providing parts of the Lua API
require('vis')
require("plugins/vis-commentary/vis-commentary")
require("plugins/vis-ctags/ctags")
require("plugins/vis-commentary")
require("plugins/vis-ctags")
require("plugins/vis-surround")
require("plugins/vis-pairs")

16
.gitmodules vendored
View File

@ -1,12 +1,24 @@
[submodule ".config/vis/plugins/vis-ctags"]
path = .config/vis/plugins/vis-ctags
url = https://github.com/kupospelov/vis-ctags
url = https://github.com/kupospelov/vis-ctags.git
[submodule ".config/vis/plugins/vis-commentary"]
path = .config/vis/plugins/vis-commentary
url = https://github.com/lutobler/vis-commentary
url = https://github.com/lutobler/vis-commentary.git
[submodule ".config/vis/plugins/vis-pairs"]
path = .config/vis/plugins/vis-pairs
url = https://repo.or.cz/vis-pairs.git
[submodule ".config/vis/plugins/vis-surround"]
path = .config/vis/plugins/vis-surround
url = https://repo.or.cz/vis-surround.git
[submodule ".config/awesome/awesome-wm-widgets"]
path = .config/awesome/awesome-wm-widgets
url = https://github.com/streetturtle/awesome-wm-widgets.git
[submodule ".config/awesome/awesomewm-screenshot"]
path = .config/awesome/awesomewm-screenshot
url = https://github.com/alhassanaraouf/awesomewm-screenshot.git
[submodule ".config/awesome/keyboard_layout"]
path = .config/awesome/keyboard_layout
url = https://github.com/echuraev/keyboard_layout.git
[submodule ".config/awesome/net_widgets"]
path = .config/awesome/net_widgets
url = https://github.com/pltanton/net_widgets.git